diff options
author | Julian Alexander Murillo <julian.alexander.murillo@gmail.com> | 2015-05-20 23:59:06 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-10-18 13:17:23 -0400 |
commit | c577928d45bdcc3ee8f93da89ab7aadca21919f3 (patch) | |
tree | 01cccd63a2e7d77a32c0490f20bc2c3212454ecf /test/data/offset/table.html | |
parent | c82a6685bb964627e27008e298f93ea81218265b (diff) | |
download | jquery-c577928d45bdcc3ee8f93da89ab7aadca21919f3.tar.gz jquery-c577928d45bdcc3ee8f93da89ab7aadca21919f3.zip |
Tests: Change quotes according to style guidelines
Close gh-2339
Diffstat (limited to 'test/data/offset/table.html')
-rw-r--r-- | test/data/offset/table.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/offset/table.html b/test/data/offset/table.html index 5510e2b9b..ff2b8579e 100644 --- a/test/data/offset/table.html +++ b/test/data/offset/table.html @@ -13,8 +13,8 @@ <script src="../../jquery.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { - $('table, th, td').click(function() { - $('#marker').css( $(this).offset() ); + $("table, th, td").click(function() { + $("#marker").css( $(this).offset() ); return false; }); }); |