forked from 0x2620/oxjs
use Ox.Log
This commit is contained in:
parent
92d25b6776
commit
dce2843303
50 changed files with 276 additions and 276 deletions
|
|
@ -80,7 +80,7 @@ Ox.MapRectangle = function(options, self) {
|
|||
@*/
|
||||
that.deselect = function() {
|
||||
setOptions();
|
||||
Ox.print('MARKERS', that.markers)
|
||||
Ox.Log('Map', 'MARKERS', that.markers)
|
||||
Ox.forEach(that.markers, function(marker) {
|
||||
marker.remove();
|
||||
});
|
||||
|
|
@ -109,7 +109,7 @@ Ox.MapRectangle = function(options, self) {
|
|||
update <f> udpate
|
||||
@*/
|
||||
that.update = function() {
|
||||
Ox.print('UPDATE...')
|
||||
Ox.Log('Map', 'UPDATE...')
|
||||
that.rectangle.setOptions({
|
||||
bounds: that.place.bounds
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue