Searched refs:autoResizeTimer (Results 1 – 2 of 2) sorted by relevance
8 …autoResizeTimer:null}),a.configureOptions(t),a.mouseover=function(e){!function(e,t){var a=e.getAll… property
2073 autoResizeTimer: null // tracks autoresize timer based on options.autoResizeDelay property3103 if (me.autoResizeTimer) {3104 clearTimeout(me.autoResizeTimer);3106 me.autoResizeTimer = null;3902 if (me.autoResizeTimer) {3903 clearTimeout(me.autoResizeTimer);3905 me.autoResizeTimer = setTimeout(resizeMap, me.options.autoResizeDelay);