fix lint errors
This commit is contained in:
parent
da00e00d87
commit
adb13af1e8
6
src/inputs/select2/select2.js
vendored
6
src/inputs/select2/select2.js
vendored
@ -124,8 +124,10 @@ $(function(){
|
||||
return str;
|
||||
}
|
||||
|
||||
var val, i, l,
|
||||
separator = separator || this.options.select2.separator || $.fn.select2.defaults.separator;
|
||||
separator = separator || this.options.select2.separator || $.fn.select2.defaults.separator;
|
||||
|
||||
var val, i, l;
|
||||
|
||||
if (str === null || str.length < 1) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user