Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upplease remove the BOM #94
Closed
Labels
Comments
|
Sorry about that, my editor adds that when I try to save the file as UTF-8. Someday I'll switch completely over to using Sublime Text 2 where that isn't an issue. I'll have this fixed in the next update, thanks! |
|
Fixed in version 2.3! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at the beginning of the js file jquery.movingboxes.js there is teh BOM (byte order mark)
this breaks uglifyjs and finding the cause of it took me half and hour
just remove it. thanks