Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Commit 44ffe60

Browse files
committed
Update deps.
1 parent 744092d commit 44ffe60

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/$.coffee

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ $.set = do ->
247247
set key, val
248248
return
249249

250-
$.clear = (cb) ->
251-
items = {}
252-
count = 2
253-
done = ->
254-
if chrome.runtime.lastError
255-
c.error chrome.runtime.lastError.message
256-
return
257-
cb?() unless --count
258-
chrome.storage.local.clear done
250+
$.clear = (cb) ->
251+
items = {}
252+
count = 2
253+
done = ->
254+
if chrome.runtime.lastError
255+
c.error chrome.runtime.lastError.message
256+
return
257+
cb?() unless --count
258+
chrome.storage.local.clear done
259259
<% } else { %>
260260
# http://wiki.greasespot.net/Main_Page
261261
$.sync = do ->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"grunt-concurrent": "~0.5.0",
2828
"grunt-contrib-clean": "~0.5.0",
2929
"grunt-contrib-coffee": "~0.10.1",
30-
"grunt-contrib-compress": "~0.9.1",
30+
"grunt-contrib-compress": "~0.10.0",
3131
"grunt-contrib-concat": "~0.4.0",
3232
"grunt-contrib-copy": "~0.5.0",
3333
"grunt-contrib-watch": "~0.6.1",

0 commit comments

Comments
 (0)