Minifying Pull Request #185
This commit is contained in:
parent
a389224dbd
commit
6948a309ef
2
nv.d3.js
2
nv.d3.js
@ -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
10
nv.d3.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user