summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:37:26 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:37:26 -0800
commitea85d7c8e6f1793357841d0ba8d64f01cd3f69f4 (patch)
tree470fb9f6cb9205c66d34fa1bcf40438b445506c3 /misc
parent9b993d50861ca924ce285c04e45d722b17db3598 (diff)
downloadbrdo-ea85d7c8e6f1793357841d0ba8d64f01cd3f69f4.tar.gz
brdo-ea85d7c8e6f1793357841d0ba8d64f01cd3f69f4.tar.bz2
Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"
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.