summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/tableselect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tableselect.js b/misc/tableselect.js
index fee63a9fd..8f0cd9750 100644
--- a/misc/tableselect.js
+++ b/misc/tableselect.js
@@ -60,7 +60,7 @@ Drupal.tableSelect = function () {
};
Drupal.tableSelectRange = function (from, to, state) {
- // We determine the looping mode based on the the order of from and to.
+ // We determine the looping mode based on the order of from and to.
var mode = from.rowIndex > to.rowIndex ? 'previousSibling' : 'nextSibling';
// Traverse through the sibling nodes.