1
0
Fork 0
forked from 0x2620/oxjs

in video editor, keep menu and player size in sync (fixes #405)

This commit is contained in:
rlx 2012-02-15 17:29:58 +00:00
commit 95da27d0db
4 changed files with 30 additions and 11 deletions

View file

@ -143,6 +143,11 @@ Ox.MenuButton = function(options, self) {
self.superRemove();
};
that.setItemTitle = function(id, title) {
self.$menu.setItemTitle(id, title);
return that;
};
return that;
};