diff --git a/HISTORY.md b/HISTORY.md index c7517237..813d9318 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,9 @@ http://visjs.org ### General - Changed the build scripts to include a transpilation of ES6 to ES5 - (using http://6to5.org), so we can use ES6 features in the vis.js code. + (using http://babel.org), so we can use ES6 features in the vis.js code. When creating a custom bundle using browserify, one now needs to add a - transform step using `6to5ify`, this is described in README.md. + transform step using `babelify`, this is described in README.md. ### Timeline diff --git a/examples/timeline/12_custom_styling.html b/examples/timeline/12_custom_styling.html deleted file mode 100644 index c0917b63..00000000 --- a/examples/timeline/12_custom_styling.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - Timeline | Custom styling - - - - - - - - - - -

- The style of the Timeline can be fully customized via CSS: -

-
- - - - \ No newline at end of file