Skip to content

Commit

Permalink
bug 834961: merge no longer needed in the private-browsing module
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Vold committed Feb 21, 2013
1 parent e86b953 commit 0069bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sdk/private-browsing.js
Expand Up @@ -12,7 +12,6 @@ const { emit, on, once, off } = require('./event/core');
const { when: unload } = require('./system/unload');
const { deprecateUsage, deprecateFunction, deprecateEvent } = require('./util/deprecate');
const { getOwnerWindow } = require('./private-browsing/window/utils');
const { merge } = require("sdk/util/object");

onStateChange('start', function onStart() {
emit(exports, 'start');
Expand Down

0 comments on commit 0069bb5

Please sign in to comment.