Fix bad merge

This commit is contained in:
Sheel Choksi
2013-11-11 21:01:36 -08:00
parent 614a18453e
commit 7ee5073921

View File

@@ -230,7 +230,7 @@ describe("Spec", function() {
setTimeout: function (fn) { return setTimeout(fn, 0); },
clearTimeout: clearTimeout
},
queueRunner: function (attrs) {
queueRunnerFactory: function (attrs) {
// Fake the "run" method of a regular queue runner
// for an async spec.
try {