(function() { var _this; function Lid() { _this = this; return this; } Lid.prototype = { preload: function() { }, initialize: function() { }, startNearGrab: function() { }, releaseGrab: function() { }, unload: function() { }, } return new Lid(); })