var Tween = function (manager) { this.manager = manager; }; Tween.prototype.constructor = Tween; Tween.prototype = { }; module.exports = Tween;