From afa4dcf0a43848df652c7c0dfcd1da6d5e5bd839 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 19 Jan 2014 11:34:37 -0500 Subject: Stuff. --- 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 7a1f7de..968df84 100644 --- a/www/js/imachine.js +++ b/www/js/imachine.js @@ -56,7 +56,7 @@ html5ks.imachine = new (function () { var cpy = inst.slice(0), type = '', next = null; - el: while (type = cpy.shift()) { + el: while ((type = cpy.shift())) { switch (type) { case "if": case "elif": -- cgit v1.2.3-54-g00ecf