summaryrefslogtreecommitdiff
path: root/misc/tabledrag.js
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-12 00:29:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-12 00:29:09 +0000
commit430d83956928193245d22aba652e540060502a53 (patch)
tree413fac4a3ed1b10545b7edbc01252f14f9e2301b /misc/tabledrag.js
parent9dc60ce09b2d0ae801307499e437137b8407ce33 (diff)
downloadbrdo-430d83956928193245d22aba652e540060502a53.tar.gz
brdo-430d83956928193245d22aba652e540060502a53.tar.bz2
#231475 by birdmanx35 and redndahead: Coding style for comments in *.js.
Diffstat (limited to 'misc/tabledrag.js')
-rw-r--r--misc/tabledrag.js2
1 files changed, 1 insertions, 1 deletions
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);