Merge branch 'colresize' into aris

This commit is contained in:
Aris Feryanto 2011-06-01 22:28:12 +07:00
commit dc81db3c76

View File

@ -250,7 +250,7 @@
$(t).find('th:gt(0)').addClass('draggable');
// register events
$(t).find('th').mousedown(function(e) {
$(t).find('th:gt(0)').mousedown(function(e) {
g.dragStartMove(e, this);
});
$(document).mousemove(function(e) {