Remove message function from matchers where a formulaic message is good enough.

This commit is contained in:
Christian Williams
2009-11-12 14:36:58 -05:00
parent 1b3545c82a
commit 3b92b9bb79
3 changed files with 16 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ jasmine.unimplementedMethod_ = function() {
jasmine.DEFAULT_UPDATE_INTERVAL = 250;
/**
* Allows for bound functions to be comapred. Internal use only.
* Allows for bound functions to be compared. Internal use only.
*
* @ignore
* @private