Firefox: implement vAPI.storage via SQLite

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 24163694f4
commit 3b5826fe75

@ -4,7 +4,7 @@
'use strict';
var
let
appName = 'ublock',
contentBaseURI = 'chrome://' + appName + '/content/js/',
listeners = {},
@ -25,7 +25,7 @@ var
addMessageListener('µBlock:broadcast', function(msg) {
for (var id in listeners) {
listeners[id](msg.data);
listeners[id](msg);
}
});

Loading…
Cancel
Save