You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/13 08:16:29 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop_strictest] - Support custom styles in fx:Style blocks

Support custom styles in fx:Style blocks


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

Branch: refs/heads/develop_strictest
Commit: 78dcdc942bcb76f11985b3971ff87879749549ca
Parents: c15d8b4
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 12 15:28:58 2013 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Nov 13 08:16:08 2013 +0100

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/78dcdc94/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
index 2a0fe19..7db4417 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ViewBase.js
@@ -78,6 +78,7 @@ org.apache.flex.core.ViewBase.prototype.MXMLDescriptor = null;
 org.apache.flex.core.ViewBase.prototype.addedToParent = function() {
 
   //goog.base(this,'addedToParent');
+  org.apache.flex.core.ValuesManager.valuesImpl.init(this);
 
   org.apache.flex.utils.MXMLDataInterpreter.generateMXMLProperties(this,
       this.get_MXMLProperties());