aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/chardet/match.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/chardet/match.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/chardet/match.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/chardet/match.js b/sandbox/testAppNevena/Front/node_modules/chardet/match.js
deleted file mode 100644
index d52faa2d..00000000
--- a/sandbox/testAppNevena/Front/node_modules/chardet/match.js
+++ /dev/null
@@ -1,6 +0,0 @@
-
-module.exports = function(det, rec, confidence, name, lang) {
- this.confidence = confidence;
- this.name = name || rec.name(det);
- this.lang = lang;
-};