forked from 0x2620/oxjs
refactoring
This commit is contained in:
parent
ab68c4a54f
commit
9ee0742b53
6 changed files with 15 additions and 13 deletions
|
|
@ -13,9 +13,9 @@ Ox.MapRectangle = function(options, self) {
|
|||
|
||||
var that = this;
|
||||
options = Ox.extend({
|
||||
map: null,
|
||||
place: null
|
||||
}, options);
|
||||
map: null,
|
||||
place: null
|
||||
}, options);
|
||||
|
||||
Ox.forEach(options, function(val, key) {
|
||||
that[key] = val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue