summaryrefslogtreecommitdiff
path: root/www/js/imachine.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/imachine.js')
-rw-r--r--www/js/imachine.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/imachine.js b/www/js/imachine.js
index 5e8423c..8ca9cd6 100644
--- a/www/js/imachine.js
+++ b/www/js/imachine.js
@@ -1,4 +1,4 @@
-html5ks.imachine = (function () {
+html5ks.imachine = new (function () {
"use strict";
return {
seen_scene: function (scene) {
@@ -103,4 +103,4 @@ html5ks.imachine = (function () {
return deferred.promise;
}
};
-}());
+});