forked from 0x2620/oxjs
self.setOption ~> that.update
This commit is contained in:
parent
9ee0742b53
commit
005d50c389
56 changed files with 919 additions and 933 deletions
|
|
@ -25,7 +25,7 @@ Ox.MapImage = function(options, self) {
|
|||
type: 'satellite',
|
||||
width: 640
|
||||
})
|
||||
.options(options || {})
|
||||
.options(options || {});
|
||||
|
||||
self.src = document.location.protocol
|
||||
+ '//maps.google.com/maps/api/staticmap?sensor=false' +
|
||||
|
|
@ -68,10 +68,6 @@ Ox.MapImage = function(options, self) {
|
|||
}).join('')
|
||||
}
|
||||
|
||||
self.setOption = function(key, value) {
|
||||
|
||||
};
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue