mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 04:50:02 +02: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();
|
|
}) |