merge changes made while preparing to push ecc

This commit is contained in:
Quinn Slack
2011-04-20 17:50:23 -07:00
parent 5acaf988be
commit d6ea18a72a
6 changed files with 39 additions and 43 deletions

View File

@@ -60,9 +60,9 @@ var sjcl = {
this.message = message;
},
/** @class Bug or missing feature in SJCL. */
/** @class Something isn't ready. */
notReady: function(message) {
this.toString = function() { return "GENERATOR NOT READY: "+this.message; };
this.toString = function() { return "NOT READY: "+this.message; };
this.message = message;
}
}