mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
33 lines
No EOL
389 B
JavaScript
33 lines
No EOL
389 B
JavaScript
(function() {
|
|
|
|
var _this;
|
|
|
|
function Lid() {
|
|
_this = this;
|
|
return this;
|
|
}
|
|
|
|
Lid.prototype = {
|
|
preload: function() {
|
|
|
|
},
|
|
initialize: function() {
|
|
|
|
},
|
|
|
|
startNearGrab: function() {
|
|
|
|
},
|
|
|
|
releaseGrab: function() {
|
|
|
|
},
|
|
|
|
unload: function() {
|
|
|
|
},
|
|
}
|
|
|
|
|
|
return new Lid();
|
|
}) |