From 8ef453fe1ac8d80f90216de188e4b98df70dab22 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sun, 12 May 2019 22:09:46 +0200 Subject: Fix typo --- js/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/vapi-background.js b/js/vapi-background.js index d2a9b66..09a5842 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -356,7 +356,7 @@ vAPI.storage = (function() { throw Error('Should be a directory...'); } - let path2 = Services.dirsvc.get('ProfD', Ci.ndIFile); + let path2 = Services.dirsvc.get('ProfD', Ci.nsIFile); path2.append('extension-data'); if (path2.exists()) { path2.append(location.host + '.sqlite'); -- cgit v1.2.3