Skip to content

Commit 2c0f93f

Browse files
committed
#34 Fixing ReferenceError to File in Hotkey.js
1 parent a6a131c commit 2c0f93f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/Hotkey.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
var { Hotkey } = require("sdk/hotkeys"),
2+
File = require("./File"),
23
Selection = require("./Selection");
34

45
exports.init = function() {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Saves highlighted text to a file in a specified directory",
66
"author": "Robert Byrne",
77
"license": "GNU GPL v3",
8-
"version": "2.1.1",
8+
"version": "2.1.2",
99
"preferences": [{
1010
"name": "fileName",
1111
"title": "File name?",

0 commit comments

Comments
 (0)