You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/04/09 01:05:47 UTC

[28/47] git commit: [flex-asjs] [refs/heads/develop] - clean up backing variables that now collide with defineProp'd properties

clean up backing variables that now collide with defineProp'd properties


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

Branch: refs/heads/develop
Commit: 49a546ff969329db18107fa510329886c37d2a07
Parents: 099334f
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 3 16:05:10 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 3 16:05:10 2015 -0700

----------------------------------------------------------------------
 frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/49a546ff/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js b/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
index 7cb3f6c..d7ef090 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/ListBase.js
@@ -27,12 +27,6 @@ org_apache_flex_core_ListBase = function() {
   org_apache_flex_core_ListBase.base(this, 'constructor');
 
   /**
-   * @protected
-   * @type {Array.<Object>}
-   */
-  this.dataProvider = null;
-
-  /**
    * @private
    * @type {number}
    */