Remove debugger leftover from gradient.js.

This commit is contained in:
kangax 2011-02-06 23:25:19 -05:00
parent 4d86890b68
commit 550bb5da3d
2 changed files with 0 additions and 2 deletions

1
dist/all.js vendored
View file

@ -3038,7 +3038,6 @@ fabric.util.animate = animate;
for (var i = colorStopEls.length; i--; ) {
el = colorStopEls[i];
offset = parseInt(el.getAttribute('offset'), 10) / 100;
debugger;
colorStops[offset] = getColorStopFromStyle(el) || el.getAttribute('stop-color');
}

View file

@ -78,7 +78,6 @@
for (var i = colorStopEls.length; i--; ) {
el = colorStopEls[i];
offset = parseInt(el.getAttribute('offset'), 10) / 100;
debugger;
colorStops[offset] = getColorStopFromStyle(el) || el.getAttribute('stop-color');
}