mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-22 12:42:44 +01:00
Small changes to the formatting
This commit is contained in:
@@ -136,8 +136,8 @@
|
|||||||
|
|
||||||
var app = window.app;
|
var app = window.app;
|
||||||
app.bootstrap(document.getElementById('rootView'));
|
app.bootstrap(document.getElementById('rootView'));
|
||||||
|
|
||||||
var cmd = app.get('cmd');
|
var cmd = app.get('cmd');
|
||||||
|
|
||||||
cmd.execute('help');
|
cmd.execute('help');
|
||||||
cmd.execute('1|2');
|
cmd.execute('1|2');
|
||||||
cmd.execute('2 4 8 16 32');
|
cmd.execute('2 4 8 16 32');
|
||||||
|
|||||||
Reference in New Issue
Block a user