This commit is contained in:
Quinn Slack
2011-04-20 22:29:14 -07:00
parent 0fbd276776
commit 86fe235744
10 changed files with 11 additions and 644 deletions

View File

@@ -59,7 +59,7 @@ var sjcl = {
this.toString = function() { return "BUG: "+this.message; };
this.message = message;
},
/** @class Something isn't ready. */
notReady: function(message) {
this.toString = function() { return "NOT READY: "+this.message; };