diff options
author | Julian Alexander Murillo <julian.alexander.murillo@gmail.com> | 2015-05-20 23:59:06 -0500 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-10-25 15:07:50 -0400 |
commit | 52491ae3f0e2455b31686ec611546dc99e30d944 (patch) | |
tree | b74d6e50524481898dbffa40a44e586a48f5c208 /test/networkerror.html | |
parent | 657c2f818075111684ff8e0406dbb74f2b8cdc21 (diff) | |
download | jquery-52491ae3f0e2455b31686ec611546dc99e30d944.tar.gz jquery-52491ae3f0e2455b31686ec611546dc99e30d944.zip |
Tests: Change quotes according to style guidelines
Close gh-2339
(cherry picked from commit c577928d45bdcc3ee8f93da89ab7aadca21919f3)
Diffstat (limited to 'test/networkerror.html')
-rw-r--r-- | test/networkerror.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/networkerror.html b/test/networkerror.html index edbaabab4..8057408e4 100644 --- a/test/networkerror.html +++ b/test/networkerror.html @@ -17,7 +17,7 @@ </style> <script src="jquery.js"></script> <script type="text/javascript"> - $('button').live('click', function () { + $("button").live("click", function () { $.ajax({ url: '/', error: function() { |