Cleanup: whitespace

This commit is contained in:
Elliot Nelson
2019-05-18 08:10:11 -04:00
parent e04d3d8a62
commit 1e855aa9b8
8 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ getJasmineRequireObj().QueueRunner = function(j$) {
this.queueableFns = queueableFns.concat(attrs.cleanupFns || []);
this.firstCleanupIx = queueableFns.length;
this.onComplete = attrs.onComplete || emptyFn;
this.clearStack = attrs.clearStack || function(fn) {fn();};
this.clearStack = attrs.clearStack || function(fn) { fn(); };
this.onException = attrs.onException || emptyFn;
this.userContext = attrs.userContext || new j$.UserContext();
this.timeout = attrs.timeout || {setTimeout: setTimeout, clearTimeout: clearTimeout};