From 5ce2f2b653323745c5b69021c2cb2034754ded9d Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 5 Apr 2015 13:23:09 +0300 Subject: [PATCH] Small changes to the formatting --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ea8fb55..f6c77c3 100644 --- a/index.html +++ b/index.html @@ -136,8 +136,8 @@ var app = window.app; app.bootstrap(document.getElementById('rootView')); + var cmd = app.get('cmd'); - cmd.execute('help'); cmd.execute('1|2'); cmd.execute('2 4 8 16 32');