Rm dead code for QueueRunner deprecations
This commit is contained in:
@@ -380,7 +380,6 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
function(e) {
|
||||
(runner.currentRunable() || topSuite).handleException(e);
|
||||
};
|
||||
options.deprecated = self.deprecated;
|
||||
|
||||
new j$.QueueRunner(options).execute();
|
||||
}
|
||||
|
||||
@@ -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