Skip to content

Commit 2e08b9a

Browse files
author
chosen-package
committed
Chosen build to chosen-package
1 parent 33b29e1 commit 2e08b9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

chosen.jquery.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,8 @@ This file is generated by `grunt build`, do not edit it by hand.
12361236
};
12371237

12381238
Chosen.prototype.get_search_text = function() {
1239-
return $.trim(this.get_search_field_value());
1239+
var ref;
1240+
return (ref = this.get_search_field_value()) != null ? ref.trim() : void 0;
12401241
};
12411242

12421243
Chosen.prototype.escape_html = function(text) {

0 commit comments

Comments
 (0)