1
0
Fork 0
forked from 0x2620/oxjs

self.setOption ~> that.update

This commit is contained in:
j 2012-05-28 19:35:41 +00:00
commit 005d50c389
56 changed files with 919 additions and 933 deletions

View file

@ -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;
};