mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix spec case
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<script>
|
||||
function testStorage (callback) {
|
||||
chrome.storage.sync.set({foo: 'bar'}, function () {
|
||||
chrome.storage.sync.get([{foo: 'baz'}], callback)
|
||||
chrome.storage.sync.get({foo: 'baz'}, callback)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user