Rm dead code for QueueRunner deprecations
This commit is contained in:
@@ -71,7 +71,6 @@ getJasmineRequireObj().QueueRunner = function(j$) {
|
||||
if (typeof this.onComplete !== 'function') {
|
||||
throw new Error('invalid onComplete ' + JSON.stringify(this.onComplete));
|
||||
}
|
||||
this.deprecated = attrs.deprecated;
|
||||
}
|
||||
|
||||
QueueRunner.prototype.execute = function() {
|
||||
|
||||
Reference in New Issue
Block a user