Browse Source

More work merging with StoryJS Core

pull/197/head
Zach Wise 12 years ago
parent
commit
dc809e8745
  1. 6
      compiled/js/timeline-min.js
  2. 1
      compiled/js/timeline.js
  3. 2
      source/js/Core
  4. 1
      source/js/VMM.Timeline.js

6
compiled/js/timeline-min.js vendored

File diff suppressed because one or more lines are too long

1
compiled/js/timeline.js

@ -6215,6 +6215,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') {
// CREATE DOM STRUCTURE
$timeline = VMM.getElement(timeline_id);
VMM.Lib.addClass($timeline, "vmm-timeline");
VMM.Lib.addClass($timeline, "vmm-storyjs");
$container = VMM.appendAndGetElement($timeline, "<div>", "container main");
$feature = VMM.appendAndGetElement($container, "<div>", "feature");

2
source/js/Core

@ -1 +1 @@
Subproject commit a610cc8f532caceeed6d2210b7ecf5c39ed976be
Subproject commit 45ea973ed28b6168d0e5f66dce1c92af21d79282

1
source/js/VMM.Timeline.js

@ -240,6 +240,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') {
// CREATE DOM STRUCTURE
$timeline = VMM.getElement(timeline_id);
VMM.Lib.addClass($timeline, "vmm-timeline");
VMM.Lib.addClass($timeline, "vmm-storyjs");
$container = VMM.appendAndGetElement($timeline, "<div>", "container main");
$feature = VMM.appendAndGetElement($container, "<div>", "feature");

Loading…
Cancel
Save