UNPKG
nvd3-fork
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.1
2.0.0
FORK! of NVD3, a reusable charting library written in d3.js
github.com/novus/nvd3
novus/nvd3
nvd3-fork
/
meteor
/
export.js
5 lines
(3 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
/*global nv:true*/
// Meteor creates a file-scope global for exporting. This comment prevents a potential JSHint warning.
nv =
window
.
nv
;
delete
window
.
nv
;