Skip to content

Commit

Permalink
Add console mock
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed May 11, 2010
1 parent b741fb8 commit d20be41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/vendor/console.js
@@ -0,0 +1,9 @@
if (!window.console) {
window.console = {
log: function () {},
group: function () {},
error: function () {},
warn: function () {},
groupEnd: function () {}
};
}

0 comments on commit d20be41

Please sign in to comment.