CSS-Tricks / MovingBoxes

Simple horizontal slider which grows up the current box when it's in focus (image, title & text) and back down when it's not in focus.
http://css-tricks.github.io/MovingBoxes/
GNU Lesser General Public License v3.0
280 stars 147 forks source link

please remove the BOM #94

Closed ffissore closed 12 years ago

ffissore commented 12 years ago

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

Mottie commented 12 years ago

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!

Mottie commented 12 years ago

Fixed in version 2.3!