mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-26 00:14:42 +00:00
Remove debugger leftover from gradient.js.
This commit is contained in:
parent
4d86890b68
commit
550bb5da3d
2 changed files with 0 additions and 2 deletions
1
dist/all.js
vendored
1
dist/all.js
vendored
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue