提交 dcf8acf0 编写于 作者: D duaraghav8@gmail

Bug fix in Array2dTracer _notify ()

上级 7ec7894d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册