Skip to content

Commit

Permalink
#34 Fixing ReferenceError to File in Hotkey.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Nov 29, 2013
1 parent a6a131c commit 2c0f93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Hotkey.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var { Hotkey } = require("sdk/hotkeys"),
File = require("./File"),
Selection = require("./Selection");

exports.init = function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Saves highlighted text to a file in a specified directory",
"author": "Robert Byrne",
"license": "GNU GPL v3",
"version": "2.1.1",
"version": "2.1.2",
"preferences": [{
"name": "fileName",
"title": "File name?",
Expand Down

0 comments on commit 2c0f93f

Please sign in to comment.