1
0
Fork 0
forked from 0x2620/oxjs

allow for editing s/w/n/e/ values manually

This commit is contained in:
rlx 2011-06-01 13:53:09 +00:00
commit 66c8347a2a
4 changed files with 11 additions and 4 deletions

View file

@ -109,6 +109,7 @@ Ox.MapRectangle = function(options, self) {
update <f> udpate
@*/
that.update = function() {
Ox.print('UPDATE...')
that.rectangle.setOptions({
bounds: that.place.bounds
});