Home
last modified time | relevance | path

Searched refs:map_cache (Results 1 – 2 of 2) sorted by relevance

/plugin/imagemapping/
Djquery.imagemapster.js8map_cache:[],hooks:{},addHook:function(e,t){this.hooks[e]=(this.hooks[e]||[]).push(t)},callHooks:f… property
/plugin/imapmarkers/
Djquery.imagemapster.js195 map_cache: [], property
492 return img ? this.utils.indexOfProp(this.map_cache, 'image', img) : -1;
497 return index >= 0 ? this.map_cache[index] : null;
652 return m.map_cache.push(map_data) - 1;
655 m.map_cache.splice(map_data.index, 1);
656 for (var i = m.map_cache.length - 1; i >= map_data.index; i--) {
657 m.map_cache[i].index--;
1068 for (i = m.map_cache.length - 1; i >= 0; i--) {
1069 if (m.map_cache[i]) {
1070 me.unbind.call($(m.map_cache[i].image));