Skip to content

Commit

Permalink
Use new require path
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Jun 29, 2015
1 parent a8668eb commit 23cfb2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Define keyboard shortcuts for showing and hiding a custom panel.
var { Cc, Ci } = require("chrome");
var { Hotkey } = require("hotkeys");
var panel = require("panel");
var timers = require("timers");
var data = require("self").data;
var runtime = require("runtime");
var { Hotkey } = require("sdk/hotkeys");
var panel = require("sdk/panel");
var timers = require("sdk/timers");
var data = require("sdk/self").data;
var runtime = require("sdk/system/runtime");
var osString = runtime.OS;
var osWarnFile;

Expand Down

0 comments on commit 23cfb2c

Please sign in to comment.