From 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Nov 2007 16:36:44 +0000 Subject: - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. --- misc/tabledrag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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(); } -- cgit v1.2.3