Fixed typo.

This commit is contained in:
Martin Edenhofer 2015-08-28 08:47:41 +02:00
parent e6ad8fd038
commit 39b3a212ad

View file

@ -19,7 +19,7 @@ class App.SearchableAjaxSelect extends App.SearchableSelect
if @searchResultCache[@cacheKey]
return @onAjaxResponse( @searchResultCache[@cacheKey] )
# add timout for loader icon
# add timeout for loader icon
clearTimeout @loaderTimeoutId
@loaderTimeoutId = setTimeout @showLoader, 1000