chardet/match.js

6 lines
149 B
JavaScript
Raw Normal View History

2013-03-03 20:08:00 +00:00
module.exports = function(det, rec, confidence) {
// console.log(det, rec, confidence);
// this.res = 1;
this.confidence = confidence;
}