Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Bug 719003 - Error in private-browsing example code for simple-storag…
Browse files Browse the repository at this point in the history
…e module; r=@warner

(cherry picked from commit 78b1aff)
  • Loading branch information
Will Bamberg authored and KWierso committed Jan 24, 2012
1 parent 352b5a0 commit 3141d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon-kit/docs/simple-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ might handle that:

ss.storage.history = [];
var privateBrowsing = require("private-browsing");
if (!privateBrowsing.active) {
if (!privateBrowsing.isActive) {
var url = getSelectedTabURL();
ss.storage.history.push(url);
}
Expand Down

0 comments on commit 3141d75

Please sign in to comment.