Home
last modified time | relevance | path

Searched refs:getNewEventID (Results 1 – 3 of 3) sorted by relevance

/plugin/eventline/timeline_js/scripts/
H A Dsources.js378 this._id = id.length > 0 ? id : Timeline.EventUtils.getNewEventID();
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js1742 Timeline.EventUtils.getNewEventID=function(){if(this._lastEventID==null){this._lastEventID=0; class in Timeline.EventUtils
2399 this._id=C.length>0?C:Timeline.EventUtils.getNewEventID();
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js1742 Timeline.EventUtils.getNewEventID=function(){if(this._lastEventID==null){this._lastEventID=0; class in Timeline.EventUtils
2415 this._id=C.length>0?C:Timeline.EventUtils.getNewEventID();