use 'contextualidentities' consistently

This commit is contained in:
groovecoder
2016-12-20 13:24:20 -06:00
parent 9092bd5fdf
commit 49fac717c0
3 changed files with 5 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function convert(identity) {
class API extends ExtensionAPI {
getAPI(context) {
let self = {
contextualIdentities: {
contextualidentities: {
get(cookieStoreId) {
let containerId = getContainerForCookieStoreId(cookieStoreId);
if (!containerId) {