Less identation.
This commit is contained in:
parent
9f3b9a2127
commit
c2c3a65f99
@ -372,9 +372,8 @@ $.extend $,
|
||||
return
|
||||
open: (url) ->
|
||||
(GM_openInTab or window.open) url, '_blank'
|
||||
queueTask:
|
||||
queueTask: (->
|
||||
# inspired by https://www.w3.org/Bugs/Public/show_bug.cgi?id=15007
|
||||
(->
|
||||
taskQueue = []
|
||||
execTask = ->
|
||||
task = taskQueue.shift()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user