Merge branch 'master' of https://github.com/CentroNet-Marketing/nvd3 into master-patched

master-patched
Robin Hu 11 years ago
commit 5179633685

@ -30,6 +30,7 @@ nv.utils.windowSize = function() {
// Easy way to bind multiple functions to window.onresize
// TODO: give a way to remove a function after its bound, other than removing all of them
nv.utils.windowResize = function(fun){
if (fun === undefined) return;
var oldresize = window.onresize;
window.onresize = function(e) {

Loading…
Cancel
Save