Repository: flex-sdk
Updated Branches:
  refs/heads/develop 11288df3b -> 1a62df235


Correcting ASDOC comment from "items" to "itemsByIndex" when referring drag n 
drop for list items.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1a62df23
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1a62df23
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1a62df23

Branch: refs/heads/develop
Commit: 1a62df23572e933e80ecf3081dfb142d45bf706c
Parents: 11288df
Author: Mark Kessler <[email protected]>
Authored: Sun Jan 25 21:03:08 2015 -0500
Committer: Mark Kessler <[email protected]>
Committed: Sun Jan 25 21:03:08 2015 -0500

----------------------------------------------------------------------
 frameworks/projects/framework/src/mx/core/DragSource.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1a62df23/frameworks/projects/framework/src/mx/core/DragSource.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/core/DragSource.as 
b/frameworks/projects/framework/src/mx/core/DragSource.as
index a749a95..08fc5dc 100644
--- a/frameworks/projects/framework/src/mx/core/DragSource.as
+++ b/frameworks/projects/framework/src/mx/core/DragSource.as
@@ -183,7 +183,7 @@ public class DragSource
         *  for the <code>format</code> parameter. If the control that 
initiated the
         *  drag operation is a Tree, then the format is "treeItems" and the 
items
         *  implement the ITreeDataProvider interface. For all other List-based
-        *  controls that have built-in drag and drop support, the format is 
"items" and the items
+        *  controls that have built-in drag and drop support, the format is 
"itemsByIndex" and the items
         *  implement the IDataProvider interface.</p>
         *
         *  @return An Object

Reply via email to