Fixed a bug for calculating table row's height

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-09-16 01:34:32 +00:00
parent 1132139474
commit 527f73b675

View file

@ -585,7 +585,7 @@ $.fn.xeSortableTable = function(){
var $this = $(this), o;
o = getOffset(this, $table.get(0));
offsets.push({top:o.top, bottom:o.top+32, $item:$(this)});
offsets.push({top:o.top, bottom:o.top+$this.height(), $item:$this});
});
$clone