diff --git a/encoding/iso2022.js b/encoding/iso2022.js index bc44266..94f79de 100644 --- a/encoding/iso2022.js +++ b/encoding/iso2022.js @@ -8,7 +8,7 @@ var util = require('util'), * of encodings. */ -function ISO_2022() {}; +function ISO_2022() {} ISO_2022.prototype.match = function(det) { @@ -37,39 +37,36 @@ ISO_2022.prototype.match = function(det) { var textLen = det.fInputLen; scanInput: - for (i=0; i