UNPKG
nebulab-dropbox
Version:
latest (1.0.0)
1.0.0
0.10.3
Client library for the Dropbox API
github.com/nebulab-io/dropbox-js
nebulab-io/dropbox-js
nebulab-dropbox
/
test
/
src
/
helpers
/
chrome_ext_background.coffee
10 lines
(7 loc)
•
233 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
started
=
false
start
=
-
>
return
if started chrome.tabs.create url:
'test/html/browser_test.html'
, active:
true
started
=
true
chrome.runtime.onStartup.addListener
start
chrome.runtime.onInstalled.addListener
start