Skip to content

Commit c1d1265

Browse files
committed
Correct indentation
1 parent 660c308 commit c1d1265

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/selectize.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ $.extend(Selectize.prototype, {
220220
}
221221
});
222222
$window.on('mousemove' + eventNS, function() {
223-
if (self.settings.ignoreHover) {
224-
self.ignoreHover = true;
225-
} else {
226-
self.ignoreHover = false;
227-
}
223+
if (self.settings.ignoreHover) {
224+
self.ignoreHover = true;
225+
} else {
226+
self.ignoreHover = false;
227+
}
228228
});
229229

230230
// store original children and tab index so that they can be

0 commit comments

Comments
 (0)