FLEX-35328 - Update documentation

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

Branch: refs/heads/tlf
Commit: 1db1de0566c8b959c46a5ac0ce603acdb41e66f0
Parents: a4b1732
Author: piotrz <pio...@apache.org>
Authored: Thu Jun 29 21:12:28 2017 +0200
Committer: piotrz <pio...@apache.org>
Committed: Thu Jun 29 21:12:28 2017 +0200

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/mdl/DropDownList.as       | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1db1de05/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
index d2db22d..610f587 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/DropDownList.as
@@ -36,13 +36,8 @@ package org.apache.flex.mdl
 
     /**
      *  The DropDownList class is a component that displays label field and
-     *  pop-up list (MDL Menu) with selections. Selecting an item from the 
pop-up list
-     *  places that item into the label field of the DropDownList. The 
DropDownList
-     *  uses the following bead types:
-     *
-     *  org.apache.flex.core.IBeadModel: the data model, which includes the 
dataProvider, selectedItem, and
-     *  so forth.
-     *  org.apache.flex.core.IBeadView:  the bead that constructs the visual 
parts of the component.
+     *  Select with Options. Selecting an item from the pop-up list
+     *  places that item into the label field of the DropDownList.
      *
      *  @langversion 3.0
      *  @playerversion Flash 10.2

Reply via email to