1
0
Fork 0
forked from 0x2620/oxjs

make map controls work

This commit is contained in:
rlx 2011-10-04 02:26:24 +00:00
commit df3ea541b3
14 changed files with 177 additions and 132 deletions

View file

@ -135,7 +135,7 @@ Ox.MenuItem = function(options, self) {
toggleTitle <f> toggleTitle
@*/
that.toggleTitle = function() {
that.options({title: self.options.title.reverse()});
that.options({title: Ox.clone(self.options.title).reverse()});
return that;
};