Searched refs:areaEl (Results 1 – 1 of 1) sorted by relevance
447 getShape: function (areaEl) { argument455 return (areaEl.shape || 'rect').toLowerCase();3275 function isNoHref(areaEl) { argument3276 var $area = $(areaEl);3465 m.MapArea = function (owner, areaEl, keys) { argument3471 me.area = areaEl;3474 $.each(u.split(areaEl.coords), function (_, el) {3478 me.shape = u.getShape(areaEl);3479 me.nohref = isNoHref(areaEl);