aboutsummaryrefslogtreecommitdiffstats
path: root/tests/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-26 08:08:48 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-26 08:08:48 -0500
commit0d4022bceb33fb95c41fab768c1829d464861899 (patch)
tree8584929224e413fd6163c4000fe03b6978f969ec /tests/.jshintrc
parent74d7eac2daabce0411e98ed9d59dada551cdd911 (diff)
downloadjquery-ui-0d4022bceb33fb95c41fab768c1829d464861899.tar.gz
jquery-ui-0d4022bceb33fb95c41fab768c1829d464861899.zip
Tests: Convert single quotes to double quotes.
Diffstat (limited to 'tests/.jshintrc')
-rw-r--r--tests/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.jshintrc b/tests/.jshintrc
index 44e23699f..7c79a5c04 100644
--- a/tests/.jshintrc
+++ b/tests/.jshintrc
@@ -9,6 +9,7 @@
"latedef": true,
"noarg": true,
"onevar": true,
+ "quotmark": "double",
"trailing": true,
"undef": true,
"unused": true,