Fixed syntax error.

This commit is contained in:
Martin Edenhofer 2016-09-27 23:57:49 +02:00
parent 0d377d40ab
commit 5934207f82
2 changed files with 8 additions and 8 deletions

View file

@ -149,10 +149,10 @@ class _ajaxSingleton
abortedIds
runNextInQueue: =>
if @queueList && @queueList[0]
return if !@queueList || !@queueList[0]
@queueRunning = true
data = @queueList.shift()
@addCurrentRequest(params['id'], data, true)
@addCurrentRequest(data['id'], data, true)
_show_spinner: =>
@count++