Updated Branches:
  refs/heads/develop fd5320be3 -> 195b7a78c

FLEX-34053 - MaskedTextInput - update separators comment


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

Branch: refs/heads/develop
Commit: 195b7a78cbdf600cc6b52d6f29cce482386d692a
Parents: fd5320b
Author: Carlos Rovira <[email protected]>
Authored: Wed Feb 12 11:46:27 2014 +0100
Committer: Carlos Rovira <[email protected]>
Committed: Wed Feb 12 11:46:27 2014 +0100

----------------------------------------------------------------------
 .../projects/experimental/src/spark/components/MaskedTextInput.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/195b7a78/frameworks/projects/experimental/src/spark/components/MaskedTextInput.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/experimental/src/spark/components/MaskedTextInput.as 
b/frameworks/projects/experimental/src/spark/components/MaskedTextInput.as
index 510d3a6..eccf5b0 100644
--- a/frameworks/projects/experimental/src/spark/components/MaskedTextInput.as
+++ b/frameworks/projects/experimental/src/spark/components/MaskedTextInput.as
@@ -58,7 +58,7 @@ package spark.components {
      *      maskText            : The mask base string for the component logic
      *                            defaults to ""
      *      separators          : The characters specified to act as 
separators that must be present in the maskText
-     *                            defaults to "-+/|()[]{}."
+     *                            defaults to "- +/|()[]{}."
      *      textMaskPrompt      : User defined prompt to override default 
behaviour.
      *                            defaults to ""
      *      placeHolder         : A character to show instead internal mask 
template characters (#, @ and ?)

Reply via email to