Skip to content

Commit

Permalink
made 'storage' point to sessionStorage instead of localStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
Atul Varma committed Apr 26, 2010
1 parent 9b7a3ed commit 1f63b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Require.modules["app/loader"] = function(exports, require) {
var bugzilla = require("app/bugzilla-auth").create(options.Bugzilla);
moduleExports.bugzilla = bugzilla;
moduleExports.window = options.window;
moduleExports.storage = options.window.localStorage;
moduleExports.storage = options.window.sessionStorage;
moduleExports.jQuery = options.jQuery;

require("app/ui").init(options.window.document);
Expand Down

0 comments on commit 1f63b2a

Please sign in to comment.