mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-20 10:52:43 +01:00
Code re-arrangements
This commit is contained in:
@@ -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) {
|
||||
@@ -27,16 +27,16 @@
|
||||
<script type="text/javascript" src="app/models.js"></script>
|
||||
<script type="text/javascript" src="app/modelViews.js"></script>
|
||||
|
||||
<script type="text/javascript" src="app/dispatcher.js"></script>
|
||||
<script type="text/javascript" src="app/cmd/dispatcher.js"></script>
|
||||
<script type="text/javascript" src="app/services.js"></script>
|
||||
<script type="text/javascript" src="app/controllers.js"></script>
|
||||
<script type="text/javascript" src="app/commandsCatalog.js"></script>
|
||||
<script type="text/javascript" src="app/cmd/commandsCatalog.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/styles.css" />
|
||||
</head>
|
||||
<body id="rootView">
|
||||
|
||||
<h2>Bitwise Operations Visualised</h2>
|
||||
<h2>BitwiseCmd</h2>
|
||||
|
||||
<div class="links">
|
||||
<a href="https://github.com/BorisLevitskiy/BitwiseCmd">App on GitHub</a>
|
||||
|
||||
Reference in New Issue
Block a user