dist: recompile

This commit is contained in:
Nathan Rajlich 2014-07-15 16:15:07 -07:00
parent 592429f025
commit 6fd34ac517

2
dist/debug.js vendored
View File

@ -263,7 +263,7 @@ function debug(namespace) {
if ('function' === typeof exports.formatArgs) {
args = exports.formatArgs.apply(self, args);
}
var logFn = exports.log || enabled.log || console.log.bind(console);
var logFn = enabled.log || exports.log || console.log.bind(console);
logFn.apply(self, args);
}
enabled.enabled = true;