mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.
This commit is contained in:
@@ -56,7 +56,7 @@ jQuery.each( tests, function( strFlags, resultString ) {
|
||||
}
|
||||
});
|
||||
|
||||
jQuery.each( filters, function( filterLabel, filter ) {
|
||||
jQuery.each( filters, function( filterLabel ) {
|
||||
|
||||
jQuery.each({
|
||||
"string": strFlags,
|
||||
@@ -220,7 +220,7 @@ jQuery.each( tests, function( strFlags, resultString ) {
|
||||
|
||||
// Callbacks are not iterated
|
||||
output = "";
|
||||
function handler( tmp ) {
|
||||
function handler() {
|
||||
output += "X";
|
||||
}
|
||||
handler.method = function() {
|
||||
|
||||
Reference in New Issue
Block a user