From 1ee1b423215c94452ea66b64a01e0a84debfcdfc Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 15 Jun 2012 14:54:08 +0300 Subject: [PATCH] add interaction_data to setDefaultValues() for completeness --- resources/static/shared/storage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/static/shared/storage.js b/resources/static/shared/storage.js index b4121055b..4163e0e6b 100644 --- a/resources/static/shared/storage.js +++ b/resources/static/shared/storage.js @@ -62,6 +62,7 @@ BrowserID.Storage = (function() { _.each({ emailToUserID: {}, emails: {}, + interaction_data: {}, loggedIn: {}, main_site: {}, managePage: {}, -- GitLab