diff --git a/app/modelViews.js b/app/modelViews.js index 873d5fa..94f712f 100644 --- a/app/modelViews.js +++ b/app/modelViews.js @@ -5,6 +5,7 @@ app.compose(function () { var formatter = app.get('formatter'); var calc = app.get('calc'); var html = app.get('html'); + var cmdConfig = app.get('cmdConfig'); app.modelView(app.models.BitwiseOperation, { renderView: function(expr) { @@ -28,12 +29,6 @@ app.compose(function () { var maxLen = getBinaryLength(model.numbers); var table = html.element('