מדיה ויקי:Gadget-ime.js – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
כמקובל
ניסוי, ניסוי
שורה 629:
if (coords && typeof(ind) == 'number' && typeof(val) == 'number' && ! isNaN(val)) {
coords[ind] = val;
area.clicks = {};
drawAreas();
}