diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-05-12 22:09:46 +0200 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-05-12 22:09:46 +0200 |
commit | 8ef453fe1ac8d80f90216de188e4b98df70dab22 (patch) | |
tree | ce78ace1bf332b1751f881deb24a23f582c35c3f /js | |
parent | 7859df9bc216bfd9f27a8841859da20f906dfb9d (diff) | |
download | ematrix-8ef453fe1ac8d80f90216de188e4b98df70dab22.tar.lz ematrix-8ef453fe1ac8d80f90216de188e4b98df70dab22.tar.xz ematrix-8ef453fe1ac8d80f90216de188e4b98df70dab22.zip |
Fix typo
Diffstat (limited to 'js')
-rw-r--r-- | js/vapi-background.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |