Skip to content

Commit 5719eb5

Browse files
author
Nicolas Orchow
committed
Fix ESLint
1 parent 4d8b81b commit 5719eb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cell.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
return $node.Kill;
287287
}).forEach(function($node) {
288288
$parent.removeChild($node);
289-
setTimeout(function(){
289+
setTimeout(function() {
290290
Nucleus.disconnect($node);
291291
}, 0);
292292
});
@@ -520,7 +520,7 @@
520520
var index = Nucleus._queue.indexOf($node);
521521
if (index !== -1) Nucleus._queue.splice(index, 1);
522522
$node.childNodes.forEach(Nucleus.disconnect);
523-
}
523+
},
524524
};
525525
var God = {
526526
/*

0 commit comments

Comments
 (0)