summaryrefslogtreecommitdiff
path: root/modules/organize/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-06 09:58:21 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-06 09:58:21 -0800
commit0abd77c9e5dd0b7a5d265932490b694238323093 (patch)
tree113e299cf61342cc3c1cfb8e4293b0707fcb2090 /modules/organize/views
parent7600e224338943dbe61372020701d87b7e503ab9 (diff)
Fix typo.
Diffstat (limited to 'modules/organize/views')
-rw-r--r--modules/organize/views/organize_frame.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_frame.html.php b/modules/organize/views/organize_frame.html.php
index 958b7414..13a5ff5c 100644
--- a/modules/organize/views/organize_frame.html.php
+++ b/modules/organize/views/organize_frame.html.php
@@ -329,7 +329,7 @@
}
},
"afterrender": function(v) {
- // Override Ext.tree.TreeDragZone.onNodeOver to change the
+ // Override Ext.tree.TreeDropZone.onNodeOver to change the
// x-tree-drop-ok-append CSS class to be x-dd-drop-ok since
// that connotes "ok" instead of "adding something new" and we're
// moving the item, not adding it.