You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2013/05/03 01:55:35 UTC

[06/13] git commit: [flex-asjs] [refs/heads/feature/createjs-checkbox] - Merge branch 'develop' into feature/createjs-checkbox

Merge branch 'develop' into feature/createjs-checkbox

# By Alex Harui
# Via Alex Harui
* develop:
  use getters otherwise it won't work when minified
  add missing value and selectedValue properties to JS side
  fix event dispatch, add missing getter
  implement visible property in JS
  add missing event metadata, otherwise compiler will use flash.events.Event


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

Branch: refs/heads/feature/createjs-checkbox
Commit: 0080d0f35e0ccabec8efcf35fe18d062379ee190
Parents: 671e059 af7677e
Author: Carlos Rovira <ca...@apache.org>
Authored: Wed May 1 23:57:54 2013 +0200
Committer: Carlos Rovira <ca...@apache.org>
Committed: Wed May 1 23:57:54 2013 +0200

----------------------------------------------------------------------
 .../apache/flex/html/staticControls/CheckBox.as    |    2 +
 .../apache/flex/html/staticControls/RadioButton.as |    2 +
 .../src/org/apache/flex/binding/ConstantBinding.js |    2 +-
 .../src/org/apache/flex/binding/SimpleBinding.js   |    2 +-
 .../js/FlexJS/src/org/apache/flex/core/UIBase.js   |   40 +++++++++++
 .../js/FlexJS/src/org/apache/flex/core/ViewBase.js |   11 +++
 .../apache/flex/html/staticControls/RadioButton.js |   54 +++++++++++++++
 7 files changed, 111 insertions(+), 2 deletions(-)
----------------------------------------------------------------------