From: Dave Methvin Date: Thu, 1 Nov 2012 23:47:59 +0000 (-0400) Subject: Remove trailing comma to fix test lint. X-Git-Tag: 1.9.0b1~125 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a8887e937adf52a31102fa970fb4c6e43dba5de9;p=jquery.git Remove trailing comma to fix test lint. --- 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 } }