oops, I'm new to GitHub

This commit is contained in:
ErshKUS 2011-08-11 00:07:13 +03:00
parent 94d1288d4c
commit 1fb8e4bb4b

View File

@ -31,8 +31,6 @@ L.DomUtil = {
top += el.offsetTop || 0;
left += el.offsetLeft || 0;
//if (L.DomUtil.getStyle(el, 'position') == 'absolute') break;
} while (el = el.offsetParent);
el = element;