From 8e8c8305aaa5f2f2379c29310e005b0445eba898 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 Jun 2008 19:42:28 +0000 Subject: - Patch #259096 by cwgordon7: commenting standards are broken in tabledrag.js. --- misc/tabledrag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tabledrag.js') diff --git a/misc/tabledrag.js b/misc/tabledrag.js index be8c225c4..abddd4380 100644 --- a/misc/tabledrag.js +++ b/misc/tabledrag.js @@ -486,7 +486,7 @@ Drupal.tableDrag.prototype.getPosition = function(element){ // cells, grab the firstChild of the row and use that instead. // http://jacob.peargrove.com/blog/2006/technical/table-row-offsettop-bug-in-safari if (element.offsetHeight == 0) { - element = element.firstChild; // a table cell + element = element.firstChild; // A table cell. } while (element.offsetParent){ -- cgit v1.2.3