summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timelinejs.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/timelinejs.js b/timelinejs.js
index eb4d6b4..33e96ce 100644
--- a/timelinejs.js
+++ b/timelinejs.js
@@ -4,14 +4,14 @@
attach: function (context, settings) {
$('#timeline-embed', context).each( function() {
var timeline_config = {
- width: timelineWidth,
- height: timelineHeight,
- source: timelineSource,
- start_at_end: false,
- hash_bookmark: true,
- css: timelineCss,
- js: timelineJs,
- lang: timelineLang,
+ width: timelineWidth,
+ height: timelineHeight,
+ source: timelineSource,
+ start_at_end: false,
+ hash_bookmark: true,
+ css: timelineCss,
+ js: timelineJs,
+ lang: timelineLang,
}
});
}