Fix undefined stepper.
This commit is contained in:
parent
6aa72f411b
commit
ebf26a5e29
@ -285,7 +285,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
||||
var slowCommands = this.slowCommands;
|
||||
|
||||
while (true) {
|
||||
if (stepper !== null && i === stepper.nextBreakPoint) {
|
||||
if (stepper && i === stepper.nextBreakPoint) {
|
||||
stepper.breakIt(i, continueCallback);
|
||||
return i;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user