complement comment info

This commit is contained in:
Simon Grim 2017-07-01 05:50:46 +05:00
parent dc8cfc20ef
commit 01283059db

View File

@ -52,7 +52,7 @@ function loadMentionsFromStorage() {
} }
} }
// WARN all following storage keys are deprecated // WARN all following storage keys are deprecated (see commit dc8cfc20ef10ff3008b4abfdb30d31e7fcbec0cd)
if (storage.isSet('knownMentions')) { if (storage.isSet('knownMentions')) {
var mentions = storage.get('knownMentions'); var mentions = storage.get('knownMentions');
if (typeof mentions === 'object') if (typeof mentions === 'object')