File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ the specific language governing permissions and limitations under the Apache Lic
450450 hasError : true ,
451451 jqXHR : jqXHR ,
452452 textStatus : textStatus ,
453- errorThrown : errorThrown ,
453+ errorThrown : errorThrown
454454 } ;
455455
456456 query . callback ( results ) ;
@@ -3473,7 +3473,7 @@ the specific language governing permissions and limitations under the Apache Lic
34733473 formatInputTooLong : function ( input , max ) { var n = input . length - max ; return "Please delete " + n + " character" + ( n == 1 ? "" : "s" ) ; } ,
34743474 formatSelectionTooBig : function ( limit ) { return "You can only select " + limit + " item" + ( limit == 1 ? "" : "s" ) ; } ,
34753475 formatLoadMore : function ( pageNumber ) { return "Loading more results…" ; } ,
3476- formatSearching : function ( ) { return "Searching…" ; } ,
3476+ formatSearching : function ( ) { return "Searching…" ; }
34773477 } ;
34783478
34793479 $ . extend ( $ . fn . select2 . defaults , $ . fn . select2 . locales [ 'en' ] ) ;
You can’t perform that action at this time.
0 commit comments