Browse Source

Updated /dist

flowchartTest
jos 9 years ago
parent
commit
80f7ac769c
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      dist/vis.js
  2. +1
    -1
      dist/vis.map
  3. +1
    -1
      dist/vis.min.js

+ 2
- 2
dist/vis.js View File

@ -22277,8 +22277,8 @@ return /******/ (function(modules) { // webpackBootstrap
Validator.parse(options[option], referenceOptions[referenceOption], path);
}
} else {
if (refOptionObj['undef'] !== undefined && optionType === 'undefined') {} else if (refOptionObj['fn'] !== undefined && optionType === 'function') {} else {
// type of the field is incorrect
if (refOptionObj['undef'] !== undefined && optionType === 'undefined') {} else if (refOptionObj['fn'] !== undefined && optionType === 'function') {} else if (refOptionObj['any'] === undefined) {
// type of the field is incorrect and the field cannot be any
console.log('%cInvalid type received for "' + option + '". Expected: ' + Validator.print(Object.keys(refOptionObj)) + '. Received [' + optionType + '] "' + options[option] + '"' + Validator.printLocation(path, option), printStyle);
errorFound = true;
}

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


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


Loading…
Cancel
Save