Skip to content

Commit f57dcb1

Browse files
paulkolbovichrisadams
authored andcommitted
revert dist files to comply with contributing rules
1 parent 73f54cd commit f57dcb1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

dist/js/selectize.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@
912912
* input / select element.
913913
*/
914914
onChange: function() {
915-
this.$input.trigger('input');
916915
this.$input.trigger('change');
917916
},
918917

@@ -1305,8 +1304,8 @@
13051304

13061305
/**
13071306
* Resets the number of max items to the given value
1308-
*
1309-
* @param {number} value
1307+
*
1308+
* @param {number} value
13101309
*/
13111310
setMaxItems: function(value){
13121311
if(value === 0) value = null; //reset to unlimited items.
@@ -1884,7 +1883,7 @@
18841883

18851884
/**
18861885
* Clears all options.
1887-
*
1886+
*
18881887
* @param {boolean} silent
18891888
*/
18901889
clearOptions: function(silent) {

dist/js/selectize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/standalone/selectize.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)