1
0
Fork 0
forked from 0x2620/oxjs

some more tabs to spaces

This commit is contained in:
rolux 2013-06-02 22:19:36 +02:00
commit 4950898b34
7 changed files with 19 additions and 19 deletions

View file

@ -136,7 +136,7 @@
Math.sin(pointA.lat) * Math.sin(pointB.lat)
+ Math.cos(pointA.lat) * Math.cos(pointB.lat)
* Math.cos(pointB.lng - pointA.lng)
) * Ox.EARTH_RADIUS;
) * Ox.EARTH_RADIUS;
};
/*@

View file

@ -421,7 +421,7 @@
+ code.trim().replace(/</g, '&lt;') + '</code>'
);
return salt.join(array.length - 1);
}
}
)
.replace(
/(\*\*|__)(?=\S)([^\r]*?\S[*_]*)\1/g,