diff --git a/platform/firefox/vapi-common.js b/platform/firefox/vapi-common.js index 8c46145..c84d281 100644 --- a/platform/firefox/vapi-common.js +++ b/platform/firefox/vapi-common.js @@ -127,7 +127,8 @@ vAPI.localStorage = { getItem: function(key) { try { return this.PB.getComplexValue( - key, Components.interfaces.nsISupportsString + key, + Components.interfaces.nsISupportsString ).data; } catch (ex) { return null;