Publish 7

This commit is contained in:
BorysLevytskyi
2015-11-30 22:38:28 +02:00
parent 4a6cf2d36a
commit e6067cdba2
3 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@
<script data-template="numbersList" data-compiled="" type="text/template">
<table class="expression">
{each op in m.operands}
<tr data-kind="{op.kind}">
<tr>
<td class="label">{op.input}</td>
<td class="bin">{op.bin.padLeft(m.bitsSize, '0')}</td>
<td class="other">{op.other}</td>