diff --git a/app/commandsCatalog.js b/app/cmd/commandsCatalog.js similarity index 100% rename from app/commandsCatalog.js rename to app/cmd/commandsCatalog.js diff --git a/app/dispatcher.js b/app/cmd/dispatcher.js similarity index 94% rename from app/dispatcher.js rename to app/cmd/dispatcher.js index 387cffd..ba86369 100644 --- a/app/dispatcher.js +++ b/app/cmd/dispatcher.js @@ -25,10 +25,8 @@ app.compose(function() { } } else { - this.displayCommandError(input, "Unknown expression: " + input.trim()); + this.displayCommandError(input, "Unsupported expression: " + input.trim()); } - - // app.command('dispatchInput').execute({input:input}); }, commands: function(catalog) { for(var key in catalog) { diff --git a/index.html b/index.html index a815098..76df2eb 100644 --- a/index.html +++ b/index.html @@ -27,16 +27,16 @@ - + - + -

Bitwise Operations Visualised

+

BitwiseCmd