Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop
* 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs: FLEX-35269 - Add UpgradeElement as default to Button and TextField which allows create them dynamically FLEX-35269 - Make UpgradeElement available for using FLEX-35269 - Add UpgradeElement bead responsible for registering dynamically created class using "upgradeElement" method from MDL Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/36151f71 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/36151f71 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/36151f71 Branch: refs/heads/feature/spriteflexjs-refactor Commit: 36151f71c0e2074e9cbbf94d1d8eb986feaed5ef Parents: f14d6a0 74ea47c Author: Harbs <[email protected]> Authored: Tue Feb 21 10:40:38 2017 +0200 Committer: Harbs <[email protected]> Committed: Tue Feb 21 10:40:38 2017 +0200 ---------------------------------------------------------------------- .../src/main/flex/MDLClasses.as | 1 + .../src/main/flex/org/apache/flex/mdl/Button.as | 2 + .../main/flex/org/apache/flex/mdl/TextField.as | 4 +- .../org/apache/flex/mdl/beads/UpgradeElement.as | 122 +++++++++++++++++++ 4 files changed, 128 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
