Skip to content

Commit

Permalink
Missing a closing ) on example console.log
Browse files Browse the repository at this point in the history
Those who copy pasta to try this out might get tripped up...whoever "those" people are...
  • Loading branch information
isGabe committed Apr 22, 2014
1 parent f40df63 commit 60c74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SVGInjector(mySVGsToInject,
pngFallback: 'assets/png',
each: function(svg) {
// Callback after each SVG is injected
console.log('SVG injected: ' + svg.getAttribute('id');
console.log('SVG injected: ' + svg.getAttribute('id'));
}
},
function(totalSVGsInjected) {
Expand Down

0 comments on commit 60c74dc

Please sign in to comment.