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 26D0D10E32 for ; Tue, 28 Jan 2014 23:16:23 +0000 (UTC) Received: (qmail 26169 invoked by uid 500); 28 Jan 2014 23:16:18 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 26109 invoked by uid 500); 28 Jan 2014 23:16:17 -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 25827 invoked by uid 99); 28 Jan 2014 23:16:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 23:16:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 113AB90E0C8; Tue, 28 Jan 2014 23:16:16 +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: Tue, 28 Jan 2014 23:16:16 -0000 Message-Id: <3bd2d42a7f0847df86a93a994f120982@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/9] git commit: [flex-asjs] [refs/heads/develop] - try gcl option for jshint Updated Branches: refs/heads/develop 9c4b232f2 -> 0609b6dd6 try gcl option for jshint Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/32ad70dc Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/32ad70dc Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/32ad70dc Branch: refs/heads/develop Commit: 32ad70dce448e28402e86368993dbf29a755e7c9 Parents: 9c4b232 Author: Alex Harui Authored: Mon Jan 27 12:42:52 2014 -0800 Committer: Alex Harui Committed: Tue Jan 28 14:54:01 2014 -0800 ---------------------------------------------------------------------- frameworks/js/jshint.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/32ad70dc/frameworks/js/jshint.properties ---------------------------------------------------------------------- diff --git a/frameworks/js/jshint.properties b/frameworks/js/jshint.properties index 0a5920b..d6a3642 100644 --- a/frameworks/js/jshint.properties +++ b/frameworks/js/jshint.properties @@ -8,5 +8,6 @@ "onevar": false, "strict": false, "white": false, + "gcl": true, "globals": { "goog" : false, "org" : false } } \ No newline at end of file