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
Commit: 78dcdc942bcb76f11985b3971ff87879749549ca
Parents: c15d8b4
Author: Alex Harui <aha...@apache.org>
Authored: Tue Nov 12 15:28:58 2013 -0800
Committer: Erik de Bruin <e...@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());

Reply via email to