Skip to content

Commit

Permalink
Rebuild 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Mar 29, 2016
1 parent b4692ae commit 185c51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/zrender.js
Original file line number Diff line number Diff line change
Expand Up @@ -12731,7 +12731,7 @@ define('zrender/vml/Painter',['require','../core/log','./core'],function (requir
el.__alreadyNotVisible = false;
if (el.__dirty) {
el.beforeBrush && el.beforeBrush();
(el.brushVML || el.brush)(vmlRoot);
(el.brushVML || el.brush).call(el, vmlRoot);
el.afterBrush && el.afterBrush();
}
}
Expand Down
Loading

0 comments on commit 185c51a

Please sign in to comment.