Browse Source

rebuilt

kamadaKawai
Alex de Mulder 9 years ago
parent
commit
6fbfade942
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      dist/vis.js

+ 4
- 2
dist/vis.js View File

@ -15844,8 +15844,10 @@ return /******/ (function(modules) { // webpackBootstrap
}
// remove event listener on window.resize
util.removeEventListener(window, 'resize', this._onResize);
this._onResize = null;
if (this._onResize) {
util.removeEventListener(window, 'resize', this._onResize);
this._onResize = null;
}
};
/**

Loading…
Cancel
Save