Browse Source

fixed emberassing typo bugs

v3_develop
Alex de Mulder 10 years ago
parent
commit
991835c5d7
5 changed files with 25437 additions and 25197 deletions
  1. +25420
    -25180
      dist/vis.js
  2. +1
    -1
      dist/vis.map
  3. +1
    -1
      dist/vis.min.css
  4. +14
    -14
      dist/vis.min.js
  5. +1
    -1
      lib/network/Network.js

+ 25420
- 25180
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.map
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.min.css
File diff suppressed because it is too large
View File


+ 14
- 14
dist/vis.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
lib/network/Network.js View File

@ -297,7 +297,7 @@ function Network (container, data, options) {
network.start();
},
'update': function (event, params) {
network._updateNodes(params.items, params.scadata);
network._updateNodes(params.items, params.data);
network.start();
},
'remove': function (event, params) {

Loading…
Cancel
Save