Skip to content

Commit

Permalink
IE doesn't have console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baumgart committed Aug 15, 2012
1 parent 43a3073 commit 4d732ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filters/logger/logger.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (typeof console !== 'undefined' && typeof console.log === 'function') {
error: getLogFunction('error'), error: getLogFunction('error'),
warn: getLogFunction('warn'), warn: getLogFunction('warn'),
info: getLogFunction('info'), info: getLogFunction('info'),
debug: getLogFunction('debug'), debug: getLogFunction('log'),
trace: getLogFunction('log') trace: getLogFunction('log')
}; };
} }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "jsbundle", "name": "jsbundle",
"description": "Simple, clean, and automatic bundling of your Node modules and packages for use in the browser.", "description": "Simple, clean, and automatic bundling of your Node modules and packages for use in the browser.",
"keywords": "browser require bundle module package static-analysis", "keywords": "browser require bundle module package static-analysis",
"version": "0.13.3", "version": "0.13.4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/proxv/jsbundle.git" "url": "git://github.com/proxv/jsbundle.git"
Expand Down

0 comments on commit 4d732ea

Please sign in to comment.