Bug 1443081 - Apply spacing via eslint --fix for DevTools. r=jdescottes

MozReview-Commit-ID: 2RVNt140Zte
This commit is contained in:
J. Ryan Stinnett
2018-03-12 13:24:38 -05:00
parent dd06aa1c17
commit 8d1c817851
1420 changed files with 7101 additions and 7101 deletions

View File

@@ -847,7 +847,7 @@ const TreeNode = createFactory(TreeNodeClass);
function oncePerAnimationFrame(fn) {
let animationId = null;
let argsToPass = null;
return function (...args) {
return function(...args) {
argsToPass = args;
if (animationId !== null) {
return;