From 58bf8c61e2396159c75f9e45c9916e70707078bb Mon Sep 17 00:00:00 2001 From: Francois Marier <francois@mozilla.com> Date: Wed, 20 Jun 2012 12:28:06 +1200 Subject: [PATCH] Remove prepareDeps() (dead code) As of b0534666e5fb16909544697bf0bb3153a88555df, this function is no longer used in storage.js. --- resources/static/shared/storage.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/static/shared/storage.js b/resources/static/shared/storage.js index c31dce131..b195e7601 100644 --- a/resources/static/shared/storage.js +++ b/resources/static/shared/storage.js @@ -37,12 +37,6 @@ BrowserID.Storage = (function() { if (window.console && console.error) console.error(msg); } - function prepareDeps() { - if (!jwcrypto) { - jwcrypto = require("./lib/jwcrypto"); - } - } - function storeEmails(emails) { storage.emails = JSON.stringify(emails); } -- GitLab