diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-26 08:08:48 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-26 08:08:48 -0500 |
commit | 0d4022bceb33fb95c41fab768c1829d464861899 (patch) | |
tree | 8584929224e413fd6163c4000fe03b6978f969ec /tests/unit/qunit-composite.js | |
parent | 74d7eac2daabce0411e98ed9d59dada551cdd911 (diff) | |
download | jquery-ui-0d4022bceb33fb95c41fab768c1829d464861899.tar.gz jquery-ui-0d4022bceb33fb95c41fab768c1829d464861899.zip |
Tests: Convert single quotes to double quotes.
Diffstat (limited to 'tests/unit/qunit-composite.js')
-rw-r--r-- | tests/unit/qunit-composite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/qunit-composite.js b/tests/unit/qunit-composite.js index 89c47eb29..b3df04217 100644 --- a/tests/unit/qunit-composite.js +++ b/tests/unit/qunit-composite.js @@ -96,7 +96,7 @@ QUnit.testDone(function() { } }); - current.getElementsByTagName('a')[0].href = src; + current.getElementsByTagName("a")[0].href = src; }); }( QUnit ) ); |