Minifying Pull Request #185

This commit is contained in:
Bob Monteverde 2012-09-04 17:20:47 -04:00
parent a389224dbd
commit 6948a309ef
2 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@ if (nv.dev) {
// Logs all arguments, and returns the last so you can test things in place
nv.log = function() {
if (nv.dev && console.log) console.log.apply(console, arguments);
if (nv.dev && console.log && console.log.apply) console.log.apply(console, arguments);
return arguments[arguments.length - 1];
};

10
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long