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 <aha...@apache.org>
Authored: Mon Jan 27 12:42:52 2014 -0800
Committer: Alex Harui <aha...@apache.org>
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

Reply via email to