1
0
Fork 0
forked from 0x2620/oxjs

implement 'view annotations at position / in selection / all'

This commit is contained in:
j 2012-01-03 00:36:36 +05:30
commit 39f9e9bb4d
6 changed files with 152 additions and 80 deletions

View file

@ -85,7 +85,7 @@ Ox.MenuButton = function(options, self) {
}
function changeMenu(data) {
that.triggerEvent('click', data);
that.triggerEvent('change', data);
}
function hideMenu(data) {