Fixed typo.
This commit is contained in:
parent
e6ad8fd038
commit
39b3a212ad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class App.SearchableAjaxSelect extends App.SearchableSelect
|
||||||
if @searchResultCache[@cacheKey]
|
if @searchResultCache[@cacheKey]
|
||||||
return @onAjaxResponse( @searchResultCache[@cacheKey] )
|
return @onAjaxResponse( @searchResultCache[@cacheKey] )
|
||||||
|
|
||||||
# add timout for loader icon
|
# add timeout for loader icon
|
||||||
clearTimeout @loaderTimeoutId
|
clearTimeout @loaderTimeoutId
|
||||||
@loaderTimeoutId = setTimeout @showLoader, 1000
|
@loaderTimeoutId = setTimeout @showLoader, 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue