git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git]
/
docs
/
source
/
ViewDropZone.html
diff --git
a/docs/source/ViewDropZone.html
b/docs/source/ViewDropZone.html
index
167d57d
..
4a4a192
100644
(file)
--- a/
docs/source/ViewDropZone.html
+++ b/
docs/source/ViewDropZone.html
@@
-44,7
+44,9
@@
}
index = store.indexOf(record);
- if (position == 'after') {
+
+ // 'after', or undefined (meaning a drop at index -1 on an empty View)...
+ if (position !== 'before') {
index++;
}
store.insert(index, data.records);