Skip to content

Commit

Permalink
Hotfix: removed non-used method
Browse files Browse the repository at this point in the history
  • Loading branch information
nico3333fr committed May 29, 2019
1 parent 9664b71 commit f526a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"title": "jQuery Accessible Accordion system, using ARIA",
"name": "jquery-accessible-accordion-aria",
"version": "2.6.0",
"version": "2.6.1",
"main": "index.js",
"description": "This jQuery plugin will provide you an accessible Accordion System, using ARIA",
"author": [
Expand Down
4 changes: 1 addition & 3 deletions index.js
@@ -1,6 +1,6 @@
/*
* jQuery Accessible Accordion system, using ARIA
* @version v2.5.2
* @version v2.6.1
* Website: https://a11y.nicolas-hoffmann.net/accordion/
* License MIT: https://github.com/nico3333fr/jquery-accessible-accordion-aria/blob/master/LICENSE
*/
Expand Down Expand Up @@ -107,8 +107,6 @@
this.$wrapper.on('click', this.options.buttonsSelector, $.proxy(this.clickButtonEventHandler, this));

this.$wrapper.on('keydown', this.options.buttonsSelector, $.proxy(this.keydownButtonEventHandler, this));

this.$wrapper.on('keydown', this.options.panelsSelector, $.proxy(this.keydownPanelEventHandler, this));
};

Accordion.prototype.focusButtonEventHandler = function(e) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"title": "jQuery Accessible Accordion system, using ARIA",
"name": "jquery-accessible-accordion-aria",
"description": "This jQuery plugin will provide you an accessible Accordion System, using ARIA",
"version": "2.6.0",
"version": "2.6.1",
"main": "index.js",
"homepage": "https://a11y.nicolas-hoffmann.net/accordion/",
"bugs": {
Expand Down

0 comments on commit f526a45

Please sign in to comment.