Remove unused parameter.
This commit is contained in:
parent
ed00c13b15
commit
6b32586e1f
|
@ -1683,7 +1683,7 @@ jasmine.Spec.prototype.waitsFor = function(timeout, latchFunction, message) {
|
|||
return this;
|
||||
};
|
||||
|
||||
jasmine.Spec.prototype.getMatchersClass_ = function(matcherPrototype) {
|
||||
jasmine.Spec.prototype.getMatchersClass_ = function() {
|
||||
return this.matchersClass || jasmine.Matchers;
|
||||
};
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ jasmine.Spec.prototype.waitsFor = function(timeout, latchFunction, message) {
|
|||
return this;
|
||||
};
|
||||
|
||||
jasmine.Spec.prototype.getMatchersClass_ = function(matcherPrototype) {
|
||||
jasmine.Spec.prototype.getMatchersClass_ = function() {
|
||||
return this.matchersClass || jasmine.Matchers;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue