From bd65bb67e25a79b019d745b7262b2008ce2adb15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 01:59:39 +0100 Subject: incrementally verify denoms The denominations are not stored in a separate object store. --- node_modules/xml2js/lib/bom.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'node_modules/xml2js/lib/bom.js') diff --git a/node_modules/xml2js/lib/bom.js b/node_modules/xml2js/lib/bom.js index d7f226edc..3a784795b 100644 --- a/node_modules/xml2js/lib/bom.js +++ b/node_modules/xml2js/lib/bom.js @@ -1,9 +1,6 @@ -// Generated by CoffeeScript 1.7.1 +// Generated by CoffeeScript 1.10.0 (function() { - var xml2js; - - xml2js = require('../lib/xml2js'); - + "use strict"; exports.stripBOM = function(str) { if (str[0] === '\uFEFF') { return str.substring(1); -- cgit v1.2.3