Browse Source

whoops, cleaned up a console.log

v3_develop
jos 9 years ago
parent
commit
8b5329cd6e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lib/timeline/Timeline.js

+ 0
- 2
lib/timeline/Timeline.js View File

@ -156,8 +156,6 @@ Timeline.prototype.setItems = function(items) {
var start = this.options.start != undefined ? this.options.start : dataRange.start;
var end = this.options.end != undefined ? this.options.end : dataRange.end;
console.log(this.options.start, this.options.end, dataRange)
this.setWindow(start, end, {animate: false});
}
else {

Loading…
Cancel
Save