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 11:45:02 UTC

[7/7] git commit: [flex-asjs] [refs/heads/develop_strictest] - Revert "Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl""

Revert "Fixed warning "Property init never defined on org.apache.flex.core.SimpleValuesImpl""

This reverts commit b6b3d23b221f663964c64bf42592f53e4972c1cc.


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

Branch: refs/heads/develop_strictest
Commit: 3db28dbdc390b8cc4a136a789008b6b455290980
Parents: f322c89
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Nov 13 11:02:07 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Nov 13 11:02:07 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3db28dbd/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
index d31b15d..40121a3 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/Application.js
@@ -70,10 +70,7 @@ org.apache.flex.core.Application.prototype.start = function() {
       this.get_MXMLProperties());
 
   org.apache.flex.core.ValuesManager.valuesImpl = this.valuesImpl;
-
-  // (erikdebruin) there is no method 'init' on the
-  //               class 'org.apache.flex.core.SimpleValuesImpl'
-  //this.valuesImpl.init(this);
+  this.valuesImpl.init(this);
 
   this.dispatchEvent('initialize');