Less identation.

This commit is contained in:
Nicolas Stepien 2012-09-06 01:23:18 +02:00
parent 9f3b9a2127
commit c2c3a65f99

View File

@ -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()