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 2014/02/28 08:49:47 UTC

git commit: [flex-asjs] [refs/heads/develop] - Remove 'use dot notation' warning. While dot notation is by far preferred, sometimes 'array' notation can be used to avoid renaming of a property by the GCC.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 898f8db77 -> d4198d70f


Remove 'use dot notation' warning. While dot notation is by far preferred, sometimes 'array' notation can be used to avoid renaming of a property by the GCC.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: d4198d70fbd1f56523a45c01ff8892cf66126846
Parents: 898f8db
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Feb 28 08:49:36 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Feb 28 08:49:36 2014 +0100

----------------------------------------------------------------------
 frameworks/js/jshint.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d4198d70/frameworks/js/jshint.properties
----------------------------------------------------------------------
diff --git a/frameworks/js/jshint.properties b/frameworks/js/jshint.properties
index d6a3642..62b335a 100644
--- a/frameworks/js/jshint.properties
+++ b/frameworks/js/jshint.properties
@@ -7,6 +7,7 @@
     "maxlen": 120,
     "onevar": false,
     "strict": false,
+    "sub": true,
     "white": false,
     "gcl": true,
     "globals": { "goog" : false, "org" : false }