diff options
author | Silvio <silvio@socioambiental.org> | 2016-01-06 11:49:31 -0200 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2016-01-06 11:49:31 -0200 |
commit | 1ced09aef8085fd72cc782a706a2d1b037fc414d (patch) | |
tree | 925728d0df835efdd12ba73534e15083b52c90f8 | |
parent | e7a9e88356a20740a96a5b45618e7071bafcc2d6 (diff) | |
download | timelinejs-master.tar.gz timelinejs-master.tar.bz2 |
-rw-r--r-- | timelinejs.js | 16 |
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, } }); } |