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

This commit is contained in:
Christian Williams 2009-07-07 23:06:18 -07:00
parent 19b73469dd
commit 662b4b94f4
1 changed files with 0 additions and 3 deletions

View File

@ -56,7 +56,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);
@ -64,7 +63,6 @@ jasmine.Spec.prototype.expect = function(actual) {
/**
* @private
* @deprecated
*/
jasmine.Spec.prototype.waits = function(timeout) {
this.currentTimeout = timeout;
@ -74,7 +72,6 @@ jasmine.Spec.prototype.waits = function(timeout) {
/**
* @private
* @deprecated
*/
jasmine.Spec.prototype.waitsFor = function(timeout, latchFunction, message) {
this.currentTimeout = timeout;