summaryrefslogtreecommitdiff
path: root/misc/tabledrag.js
diff options
context:
space:
mode:
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 3608c28c1..1d80b2020 100644
--- a/misc/tabledrag.js
+++ b/misc/tabledrag.js
@@ -188,7 +188,7 @@ Drupal.tableDrag.prototype.makeDraggable = function(item) {
self.dragObject.indentMousePos = self.dragObject.initMouseCoords;
}
- // If there's a lingering row object from the keyboard, remove it's focus.
+ // If there's a lingering row object from the keyboard, remove its focus.
if (self.rowObject) {
$('a.tabledrag-handle', self.rowObject.element).blur();
}