Skip to content

Commit eba7487

Browse files
committed
#61 #63 Updated FF support levels and fixed typo
1 parent c0f5d7a commit eba7487

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/Chrome.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ exports.saveTo = function(selectedText){
190190
var combinedString = string + selectedText;
191191

192192
if (System.getPlatform().indexOf('win') >= 0){
193-
combinedString = ombinedString.replace(/[\n]/g, '\r\n');
193+
combinedString = combinedString.replace(/[\n]/g, '\r\n');
194194
}
195195

196196
var istream = converter.convertToInputStream(combinedString);
@@ -216,4 +216,4 @@ exports.saveTo = function(selectedText){
216216
} catch (e) {
217217
return false;
218218
}
219-
}
219+
}

package.json

+2-2
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.4.5",
8+
"version": "2.4.6",
99
"permissions": {"private-browsing": true},
1010
"preferences": [{
1111
"name": "fileName",
@@ -147,4 +147,4 @@
147147
}
148148
]
149149
}]
150-
}
150+
}

0 commit comments

Comments
 (0)