Fix lint
This commit is contained in:
@@ -184,6 +184,7 @@
|
|||||||
var steps = startingState[ root.id ];
|
var steps = startingState[ root.id ];
|
||||||
var step;
|
var step;
|
||||||
while ( step = steps.pop() ) {
|
while ( step = steps.pop() ) {
|
||||||
|
|
||||||
// Reset x/y/z in cases where this plugin has changed it.
|
// Reset x/y/z in cases where this plugin has changed it.
|
||||||
if ( step.relX !== null ) {
|
if ( step.relX !== null ) {
|
||||||
if ( step.x === null ) {
|
if ( step.x === null ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user