Skip to content

Commit 6e63ce5

Browse files
committed
removed the indexer when tidying
1 parent bd2e6e2 commit 6e63ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/jquery.smartTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
if (instance != null) {
599599
instance.tabs.off("click");
600600
instance.main.data('click-init', false)
601-
$.data(this, 'smartTab', null);
601+
$.data(this[0], 'smartTab', null);
602602
}
603603
return this;
604604
}

0 commit comments

Comments
 (0)