consolex update

This commit is contained in:
ragaskar
2009-10-29 22:19:13 -07:00
parent 827fd1da0e
commit 4c600311df
20 changed files with 58 additions and 46 deletions

View File

@@ -1,10 +1,16 @@
/** Console X
* http://github.com/deadlyicon/consolex.js
*
* prevents console errors and makes IE console objects true functions
*
*/
(function() {
* http://github.com/deadlyicon/consolex.js
*
* By Jared Grippe <jared@jaredgrippe.com>
*
* Copyright (c) 2009 Jared Grippe
* Licensed under the MIT license.
*
* consolex avoids ever having to see javascript bugs in browsers that do not implement the entire
* firebug console suit
*
*/
(function(window) {
window.console || (window.console = {});
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
@@ -19,4 +25,4 @@
return function(){ return Function.prototype.apply.apply(method, [console,arguments]); };
})(window.console[names[i]]);
}
})();
})(this);

View File

@@ -536,7 +536,7 @@ jasmine.version_= {
"major": 0,
"minor": 10,
"build": 0,
"revision": 1256873610
"revision": 1256879901
};
/**
* @namespace