forked from 0x2620/oxjs
some more tabs to spaces
This commit is contained in:
parent
064c40461e
commit
4950898b34
7 changed files with 19 additions and 19 deletions
|
|
@ -52,7 +52,7 @@ Ox.MapPlace = function(options) {
|
|||
that.center = that.bounds.getCenter();
|
||||
that.lat = that.center.lat();
|
||||
that.lng = that.center.lng();
|
||||
Ox.extend(that.points, {
|
||||
Ox.extend(that.points, {
|
||||
e: new google.maps.LatLng(that.lat, that.east),
|
||||
s: new google.maps.LatLng(that.south, that.lng),
|
||||
se: new google.maps.LatLng(that.south, that.east),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue