forked from 0x2620/oxjs
cleanup, again
This commit is contained in:
parent
2809a5d06d
commit
094b1a59ec
34 changed files with 93 additions and 101 deletions
|
|
@ -16,7 +16,7 @@ Ox.MapPlace <f> MapPlace Object
|
|||
south <n|0>
|
||||
type <s|''>
|
||||
visible <b|false>
|
||||
west <n|0>
|
||||
west <n|0>
|
||||
@*/
|
||||
|
||||
Ox.MapPlace = function(options) {
|
||||
|
|
@ -34,7 +34,7 @@ Ox.MapPlace = function(options) {
|
|||
south: 0,
|
||||
type: '',
|
||||
visible: false,
|
||||
west: 0
|
||||
west: 0
|
||||
}, options);
|
||||
|
||||
var that = this;
|
||||
|
|
@ -202,7 +202,7 @@ Ox.MapPlace = function(options) {
|
|||
that.map.triggerEvent('changeplace', that);
|
||||
return that;
|
||||
};
|
||||
|
||||
|
||||
/*@
|
||||
undo <f> undo
|
||||
@*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue