Skip to content

Commit

Permalink
Fixed regression introduced by PR #23
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 5, 2015
1 parent 7d7ba09 commit ebff0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function gulpSVGSprite(config) {

}, function(cb) {
var stream = this;
spriter.compile(function(error, result, data){
spriter.compile(function(error, result /*, data*/){
if (error) {
stream.emit('error', new PluginError(PLUGIN_NAME, error));
} else if (shapes > 0) {
Expand Down

0 comments on commit ebff0af

Please sign in to comment.