From 926bd0db3c95baa909bef0e8a48de1a73be14139 Mon Sep 17 00:00:00 2001 From: Dan Turkenkopf Date: Thu, 4 Sep 2014 12:32:04 -0400 Subject: [PATCH] Add data-attribute example --- examples/timeline/23_data_attributes.html | 39 +++++++++++++++++++++++ examples/timeline/index.html | 1 + 2 files changed, 40 insertions(+) create mode 100644 examples/timeline/23_data_attributes.html diff --git a/examples/timeline/23_data_attributes.html b/examples/timeline/23_data_attributes.html new file mode 100644 index 00000000..4ccf0857 --- /dev/null +++ b/examples/timeline/23_data_attributes.html @@ -0,0 +1,39 @@ + + + + Timeline | Basic demo + + + + + + + +
+ + + + \ No newline at end of file diff --git a/examples/timeline/index.html b/examples/timeline/index.html index 03021917..6f3dc027 100644 --- a/examples/timeline/index.html +++ b/examples/timeline/index.html @@ -34,6 +34,7 @@

20_click_to_use.html

21_set_selection.html

22_window_adjustment.html

+

23_data_attributes.html

requirejs_example.html