1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-31 07:44:22 +03:00

Use explicit file types

This commit is contained in:
Sean Anderson
2016-02-22 21:29:47 -08:00
parent c4402205cc
commit bf4014223b

View File

@ -1,7 +1,7 @@
'use strict';
var SAX = require('sax'),
JSAPI = require('./jsAPI'),
JSAPI = require('./jsAPI.js'),
entityDeclaration = /<!ENTITY\s+(\S+)\s+(?:'([^\']+)'|"([^\"]+)")\s*>/g;
var config = {