Skip to content

Commit

Permalink
Removed unused event object
Browse files Browse the repository at this point in the history
  • Loading branch information
jellekralt committed Apr 23, 2015
1 parent 2424338 commit 6355997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions js/jquery.responsiveTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@
* @param {Integer} tabRef - Numeric tab reference
*/
ResponsiveTabs.prototype.enable = function(tabRef) {
var e = jQuery.Event('tabs-enable');
var oTab = this._getTab(tabRef);
if(oTab){
oTab.disabled = false;
Expand All @@ -574,7 +573,6 @@
* @param {Integer} tabRef - Numeric tab reference
*/
ResponsiveTabs.prototype.disable = function(tabRef) {
var e = jQuery.Event('tabs-disable');
var oTab = this._getTab(tabRef);
if(oTab){
oTab.disabled = true;
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.responsiveTabs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6355997

Please sign in to comment.