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.
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.