Skip to content

Commit 811dafe

Browse files
committed
removed rogue line, fixed typo in unit test name
1 parent 3c88844 commit 811dafe

File tree

4 files changed

+352
-349
lines changed

4 files changed

+352
-349
lines changed

processing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5378,7 +5378,6 @@ module.exports = function(options, undef) {
53785378
parse: function(textstring, stringIsURI) {
53795379
var xmlDoc;
53805380
try {
5381-
var extension = textstring.substring(textstring.length-4);
53825381
if (stringIsURI) {
53835382
textstring = ajax(textstring);
53845383
}

0 commit comments

Comments
 (0)