Fix bad merge
This commit is contained in:
@@ -230,7 +230,7 @@ describe("Spec", function() {
|
|||||||
setTimeout: function (fn) { return setTimeout(fn, 0); },
|
setTimeout: function (fn) { return setTimeout(fn, 0); },
|
||||||
clearTimeout: clearTimeout
|
clearTimeout: clearTimeout
|
||||||
},
|
},
|
||||||
queueRunner: function (attrs) {
|
queueRunnerFactory: function (attrs) {
|
||||||
// Fake the "run" method of a regular queue runner
|
// Fake the "run" method of a regular queue runner
|
||||||
// for an async spec.
|
// for an async spec.
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user