提交 6787faaf 编写于 作者: J Jason Park

Merge pull request #98 from duaraghav8/gh-pages

Bug fix in Array2dTracer _notify ()
......@@ -130,7 +130,7 @@ Array2DTracer.prototype = $.extend(true, Object.create(Tracer.prototype), {
processStep: function (step, options) {
switch (step.type) {
case 'notify':
if (step.v) {
if (step.v === 0 || step.v) {
var $row = this.$table.find('.mtbl-row').eq(step.x);
var $col = $row.find('.mtbl-col').eq(step.y);
$col.text(TracerUtil.refineByType(step.v));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册