From 6213c56074d5953aff22b8c261440bc34c98a068 Mon Sep 17 00:00:00 2001 From: jangajack Date: Mon, 4 Dec 2017 14:21:54 +1100 Subject: [PATCH] Documented isActive() Documented the help method to provide support for the edge case of detecting the currently active Timeline from a collection of Timelines. --- docs/timeline/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/timeline/index.html b/docs/timeline/index.html index 09acb3259..55c0c8d15 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -1387,6 +1387,12 @@

Methods

Get the current visible window. Returns an object with properties start: Date and end: Date. + + isActive() + Boolean + Denotes whether the timeline is currently active. This method only returns false if the timline has the {clickToUse:true} option enabled and the timeline is currently unselected. + + moveTo(time [, options, callback]) none