Removed ugly html building logic.

This commit is contained in:
Borys Levytskyi
2015-04-03 21:42:16 +03:00
parent 85f405dcf3
commit edf72d8095
6 changed files with 111 additions and 109 deletions

View File

@@ -30,7 +30,7 @@
var m = new app.models.BitwiseOperation();
m.operand1 = o1;
m.operand2 = o2;
m.sing = matches[2];
m.sign = matches[2];
m.string = matches.input;
m.result = eval(matches.input);