ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

comment about semicolon for concatenation tools breaks said concatenation tools #89

Closed yorickvP closed 11 years ago

yorickvP commented 12 years ago

on the last line of bonzo.js: }, this); // the only line we care about using a semi-colon. placed here for concatenation tools currently, this breaks browserify (it assumes a newline on the end of the file)

This could be resolved by adding a newline to the file, or by turning the comment into a /**/ one.

rvagg commented 12 years ago

isn't this an issue for browserify? /cc @substack

ded commented 11 years ago

this is totally a bug in browserify. seems kind of silly to require a new line.