Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8714: turn on "unused": true in JSHint #788

Closed
wants to merge 4 commits into from

Conversation

mikesherov
Copy link
Member

Lots of files changed, but all of the changes are minor and benign. All tests still pass. Please let me know if I need to make any changes. Thanks!

@@ -425,7 +425,7 @@ function abort( msg ) {
function walk( methods ) {
var method = methods.shift();

function next( error ) {
function next( ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This left some whitespace.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K. I'll fix all the whitespace in the AM. Just leave the comments.

@@ -1114,7 +1111,7 @@ function standardSpeed( speed ) {
}

$.fn.extend({
effect: function( effect, options, speed, callback ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep these args around (even if commented)

@gnarf gnarf closed this in e123099 Oct 23, 2012
kborchers pushed a commit that referenced this pull request Nov 1, 2012
…m codebase. - Closes gh-788

Squashed commit of the following:

commit 7f19f92
Author: Mike Sherov <mike.sherov@gmail.com>
Date:   Tue Oct 23 10:34:28 2012 -0400

    put back in fake args for signatures that we want to keep

commit 257505a
Author: Mike Sherov <mike.sherov@gmail.com>
Date:   Tue Oct 23 08:10:20 2012 -0400

    changes per @scott_gonzalez

commit 1272548
Author: Mike Sherov <mike.sherov@gmail.com>
Date:   Mon Oct 22 22:54:05 2012 -0400

    clean up unused vars in ui directory

commit 563595e
Author: Mike Sherov <mike.sherov@gmail.com>
Date:   Mon Oct 22 22:37:42 2012 -0400

    clean up unused vars in grunt and tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants