Text alignment

This commit is contained in:
danzel 2012-10-29 11:11:14 +13:00
parent 9b5d25ae7f
commit b6ae1259f0

View File

@ -52,7 +52,7 @@ L.DomUtil = {
do {
if (el === docBody) { break; }
top -= el.scrollTop || 0;
top -= el.scrollTop || 0;
left -= el.scrollLeft || 0;
//Webkit handles RTL scrollLeft different to everyone else