diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-11-01 19:47:59 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-11-01 19:47:59 -0400 |
commit | a8887e937adf52a31102fa970fb4c6e43dba5de9 (patch) | |
tree | e34d1e2a44c6a42c80cf49aa466554cebfa88d78 | |
parent | dc9913a0bfc169e2b2eb075fe0390f2b98e077f3 (diff) | |
download | jquery-a8887e937adf52a31102fa970fb4c6e43dba5de9.tar.gz jquery-a8887e937adf52a31102fa970fb4c6e43dba5de9.zip |
Remove trailing comma to fix test lint.
-rw-r--r-- | test/.jshintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 41198067b..7a39e47d8 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -55,6 +55,6 @@ "originaljQuery": true, "$": true, "original$": true, - "externalHost": true, + "externalHost": true } } |