summaryrefslogtreecommitdiff
path: root/www/js/imachine.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-23 17:25:54 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-23 17:25:54 -0400
commit8e883a46948e25787ecb01c0fceeee0d2e252521 (patch)
treef3790a93a548ee3ab1555b63b289d64cc2d033cd /www/js/imachine.js
parent5366753037dfbbc242fe974cf2f2b8ba4499ac2b (diff)
downloadhtml5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.tar.xz
html5ks-8e883a46948e25787ecb01c0fceeee0d2e252521.zip
working, fixing bugs...
Diffstat (limited to 'www/js/imachine.js')
-rw-r--r--www/js/imachine.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/imachine.js b/www/js/imachine.js
index b6117f7..16d406f 100644
--- a/www/js/imachine.js
+++ b/www/js/imachine.js
@@ -43,7 +43,7 @@ html5ks.imachine = (function () {
}
break;
case "imenu":
- html5ks.api.menu(args[0]).then(function (choice) {
+ html5ks.api.iscene(args[0]).then(function (choice) {
var next = args[1][choice] || args[1].else;
return html5ks.imachine.run(typeof next[0] === "string" ? [next] : next).then(runInst);
});