jasmine.Spec.prototype.(expect|waits|waitFor) shouldn't be deprecated.

This commit is contained in:
Christian Williams
2009-07-07 23:06:41 -07:00
parent 662b4b94f4
commit 378d6bb4ff

View File

@@ -1658,7 +1658,6 @@ jasmine.Spec.prototype.expects_that = function(actual) {
/**
* @private
* @deprecated
*/
jasmine.Spec.prototype.expect = function(actual) {
return new jasmine.Matchers(this.env, actual, this.results);
@@ -1666,7 +1665,6 @@ jasmine.Spec.prototype.expect = function(actual) {
/**
* @private
* @deprecated
*/
jasmine.Spec.prototype.waits = function(timeout) {
this.currentTimeout = timeout;
@@ -1676,7 +1674,6 @@ jasmine.Spec.prototype.waits = function(timeout) {
/**
* @private
* @deprecated
*/
jasmine.Spec.prototype.waitsFor = function(timeout, latchFunction, message) {
this.currentTimeout = timeout;