(function() { var _this; Spring = function() { _this = this; }; Spring.prototype = { entityID: null, preload: function() { }, clickReleaseOnEntity: function() { }, }; return new Spring(); })