Skip to content

Commit 196f7b4

Browse files
author
Scott Hamper
committed
Changed tabs-as-spaces to just tabs
1 parent f09f8da commit 196f7b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/js/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@
21922192
self.$input
21932193
.html('')
21942194
.append(revertSettings.$children)
2195-
.removeAttr('tabindex')
2195+
.removeAttr('tabindex')
21962196
.attr({tabindex: revertSettings.tabindex})
21972197
.show();
21982198

dist/js/standalone/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@
27762776
self.$input
27772777
.html('')
27782778
.append(revertSettings.$children)
2779-
.removeAttr('tabindex')
2779+
.removeAttr('tabindex')
27802780
.attr({tabindex: revertSettings.tabindex})
27812781
.show();
27822782

src/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ $.extend(Selectize.prototype, {
17521752
self.$input
17531753
.html('')
17541754
.append(revertSettings.$children)
1755-
.removeAttr('tabindex')
1755+
.removeAttr('tabindex')
17561756
.attr({tabindex: revertSettings.tabindex})
17571757
.show();
17581758

0 commit comments

Comments
 (0)