gobwas / gulp-sprite-generator

Plugin that generate sprites from your stylesheets.
42 stars 16 forks source link

Missing ")" in line 12 on https://www.npmjs.com/package/gulp-sprite-generator #9

Closed Arahnoid closed 9 years ago

Arahnoid commented 9 years ago

In the first example on npmjs.com the closing parenthesis on line 12 missing Must be

    }));  // right

    }); // wrong
gobwas commented 9 years ago

Hi!

This typo is already fixed on github, and will be published with closest release :)

Thanks )