From 430d83956928193245d22aba652e540060502a53 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 00:29:09 +0000 Subject: #231475 by birdmanx35 and redndahead: Coding style for comments in *.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 94c259da3..d8c1e6e9a 100644 --- a/misc/tabledrag.js +++ b/misc/tabledrag.js @@ -275,7 +275,7 @@ Drupal.tableDrag.prototype.makeDraggable = function(item) { keyChange = true; if ($(item).is('.tabledrag-root')) { - // Swap with the previous top-level row.. + // Swap with the previous top-level row. var groupHeight = 0; while (previousRow && $('.indentation', previousRow).size()) { previousRow = $(previousRow).prev('tr').get(0); -- cgit v1.2.3