You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/25 11:26:48 UTC

git commit: [flex-asjs] [refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list] - FLEX-35328 - Initialize prompt with empty string to avoid displaying "undefined"

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list f3ea2752e -> 12ce0655a


FLEX-35328 - Initialize prompt with empty string to avoid displaying "undefined"


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

Branch: refs/heads/feature/FLEX-35328_simplify_mdl_drop_down_list
Commit: 12ce0655ae7fdb8e602261ea9a1a054137a028f4
Parents: f3ea275
Author: piotrz <pi...@apache.org>
Authored: Sun Jun 25 13:26:41 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sun Jun 25 13:26:41 2017 +0200

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/mdl/DropDownList.as              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/12ce0655/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 708b8ba..fbb720a 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
@@ -62,7 +62,7 @@ package org.apache.flex.mdl
             super();
         }
 
-        private var _prompt:String;
+        private var _prompt:String = "";
 
         /**
          *  The prompt for the DropDownList control.