Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7688917599 for ; Wed, 8 Apr 2015 23:05:40 +0000 (UTC) Received: (qmail 74324 invoked by uid 500); 8 Apr 2015 23:05:21 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 74284 invoked by uid 500); 8 Apr 2015 23:05:21 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 73214 invoked by uid 99); 8 Apr 2015 23:05:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 23:05:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D998AE2F37; Wed, 8 Apr 2015 23:05:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 08 Apr 2015 23:05:47 -0000 Message-Id: <10905e0f1d134bc48dfb45255b326448@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri Apr 3 16:05:10 2015 -0700 Committer: Alex Harui 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.} - */ - this.dataProvider = null; - - /** * @private * @type {number} */