Move most jasmine global usage into boot.
- thor build scripts broken for now.
This commit is contained in:
@@ -12,7 +12,6 @@ describe("jasmine.Queue", function() {
|
||||
queue.next_ = function() {
|
||||
nestCount++;
|
||||
if (nestCount > maxNestCount) maxNestCount = nestCount;
|
||||
|
||||
jasmine.Queue.prototype.next_.apply(queue, arguments);
|
||||
nestCount--;
|
||||
};
|
||||
@@ -20,4 +19,4 @@ describe("jasmine.Queue", function() {
|
||||
queue.start();
|
||||
expect(maxNestCount).toEqual(1);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user