From 1ced09aef8085fd72cc782a706a2d1b037fc414d Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 6 Jan 2016 11:49:31 -0200 Subject: Coding style --- timelinejs.js | 16 ++++++++-------- 1 file 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, } }); } -- cgit v1.2.3