Skip to content

Commit

Permalink
Core: Use jQuery 1.7+ on/off, add destroy method
Browse files Browse the repository at this point in the history
Replaces validateDelegate method with jQuery's on() method. This raises
the minimum supported jQuery version to 1.7.0, dropping support for 1.6.

Closes #1392
  • Loading branch information
Westie authored and jzaefferer committed Jun 17, 2015
1 parent b733a25 commit 7478909
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 9,076 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -25,6 +25,6 @@
"lib"
],
"dependencies": {
"jquery": ">= 1.6.4"
"jquery": ">= 1.7.2"
}
}

3 comments on commit 7478909

@staabm
Copy link
Member

@staabm staabm commented on 7478909 Jun 17, 2015

Choose a reason for hiding this comment

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

the upliftet requirement jquery version should be noted in the changelog

@jzaefferer
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, that's why I've put that into the commit message. The changelog is generated from commit messages.

@Westie
Copy link
Contributor Author

@Westie Westie commented on 7478909 Jun 17, 2015

Choose a reason for hiding this comment

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

Ah ha! I was wondering when this would land! 👍

Please sign in to comment.