1
0
Fork 0
forked from 0x2620/oxjs

cleanup, again

This commit is contained in:
rolux 2011-11-03 16:42:41 +01:00
commit 094b1a59ec
34 changed files with 93 additions and 101 deletions

View file

@ -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
@*/