1
2
3
resizeCell: function(ref, dup) {
  dup.style.width = jQuery.css(ref, "width") + "px";
}