File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8989 onSearchComplete : noop ,
9090 containerClass : 'autocomplete-suggestions' ,
9191 tabDisabled : false ,
92- dataType : 'text' ,
92+ dataType : 'text' ,
9393 lookupFilter : function ( suggestion , originalQuery , queryLowerCase ) {
9494 return suggestion . value . toLowerCase ( ) . indexOf ( queryLowerCase ) !== - 1 ;
9595 } ,
244244 }
245245
246246 offset = that . el . offset ( ) ;
247-
247+
248248 $ ( that . suggestionsContainer ) . css ( {
249249 top : ( offset . top + that . el . outerHeight ( ) ) + 'px' ,
250250 left : offset . left + 'px'
401401 that . suggestions = response . suggestions ;
402402 that . suggest ( ) ;
403403 } else if ( ! that . isBadQuery ( q ) ) {
404- options . onSearchStart . call ( that . element , q ) ;
405404 options . params [ options . paramName ] = q ;
405+ options . onSearchStart . call ( that . element , options . params ) ;
406406 $ . ajax ( {
407407 url : options . serviceUrl ,
408408 data : options . params ,
631631 }
632632 } ) ;
633633 } ;
634- } ) ) ;
634+ } ) ) ;
You can’t perform that action at this time.
0 commit comments