1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where anyclick would fire on dragend

This commit is contained in:
rolux 2011-10-07 17:51:05 +02:00
commit 609f834cd3
4 changed files with 5 additions and 4 deletions

View file

@ -164,7 +164,6 @@ Ox.DocPanel = function(options, self) {
});
}
}
that.triggerEvent('select', data);
}
function sortByTitle(a, b) {