summaryrefslogtreecommitdiffstatshomepage
path: root/core/misc/tabledrag.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/misc/tabledrag.js')
-rw-r--r--core/misc/tabledrag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/misc/tabledrag.js b/core/misc/tabledrag.js
index c50de1ff3b84..7d261371449c 100644
--- a/core/misc/tabledrag.js
+++ b/core/misc/tabledrag.js
@@ -608,7 +608,7 @@
previousRow.matches('.draggable')
) {
// Swap with the previous row (unless previous row is the first
- // one and undraggable).
+ // one and un-draggable).
self.rowObject.swap('before', previousRow);
self.rowObject.interval = null;
self.rowObject.indent(0);