Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 5476bd5

Browse files
author
vakrilov
committed
chore: clean useless value set (causes strict err)
1 parent 98bc543 commit 5476bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: xml-namespace-loader.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ interface NamespaceEntry {
1111
}
1212

1313
const loader: loader.Loader = function (source: string, map) {
14-
this.value = source;
1514
const { ignore } = this.query;
1615
const callback = this.async();
1716

0 commit comments

Comments
 (0)