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/delegatetest.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/delegatetest.html')
-rw-r--r-- | test/delegatetest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/delegatetest.html b/test/delegatetest.html index 119b63a73..d3225196e 100644 --- a/test/delegatetest.html +++ b/test/delegatetest.html @@ -171,7 +171,7 @@ for ( var i=0; i < events.length; i++ ) { $("#changes thead td").each(function(){ var id = "#"+this.id, - $cell = $('<td></td>'); + $cell = $("<td></td>"); if ( api == "onX" ) { $(this).find("input, button, select, textarea").each(function(){ this["on"+type] = function(e){ e = $.event.fix(e||event); e.data = $cell; blinker.call(this, e); }; |