From 8e883a46948e25787ecb01c0fceeee0d2e252521 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 23 Jul 2013 17:25:54 -0400 Subject: working, fixing bugs... --- www/js/imachine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/imachine.js') 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); }); -- cgit v1.2.3-54-g00ecf