Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

This commit is contained in:
Timmy Willison
2013-04-09 11:45:09 -04:00
parent 0afc92bd73
commit 0fa52c11cb
24 changed files with 769 additions and 657 deletions

View File

@@ -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() {