Skip to content

Commit

Permalink
Merge pull request svg#502 from MeoMix/patch-2
Browse files Browse the repository at this point in the history
Use explicit file types
  • Loading branch information
GreLI committed Feb 23, 2016
2 parents ee0e37a + bf40142 commit d15c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svgo/svg2js.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit d15c3b2

Please sign in to comment.