|
@ -70,7 +70,8 @@ function Timeline (container, items, groups, options) { |
|
|
} else { |
|
|
} else { |
|
|
this.options.rtl = options.rtl; |
|
|
this.options.rtl = options.rtl; |
|
|
} |
|
|
} |
|
|
this.options.rollingMode = options.rollingMode; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.options.rollingMode = options && options.rollingMode; |
|
|
|
|
|
|
|
|
// all components listed here will be repainted automatically
|
|
|
// all components listed here will be repainted automatically
|
|
|
this.components = []; |
|
|
this.components = []; |
|
|