From a3211bf1f304d881a0deb6c73c70cbe036787485 Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 22 May 2015 13:38:26 +0200 Subject: [PATCH] Fixed description about `babel` in history --- HISTORY.md | 4 +- examples/timeline/12_custom_styling.html | 100 ----------------------- 2 files changed, 2 insertions(+), 102 deletions(-) delete mode 100644 examples/timeline/12_custom_styling.html 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