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