From 646fc3c45a529f7a8921bdff6aa569e1e748cb6c Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 27 Jun 2019 09:07:33 +0300 Subject: [PATCH] Fix lint --- src/plugins/rel/rel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/rel/rel.js b/src/plugins/rel/rel.js index 258ab60..ef54650 100644 --- a/src/plugins/rel/rel.js +++ b/src/plugins/rel/rel.js @@ -184,6 +184,7 @@ var steps = startingState[ root.id ]; var step; while ( step = steps.pop() ) { + // Reset x/y/z in cases where this plugin has changed it. if ( step.relX !== null ) { if ( step.x === null ) {