bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 572 forks source link

fixed jquery.purr to make it play nciely with YUICompressor #484

Closed betesh closed 9 years ago

betesh commented 9 years ago

jquery.purr was breaking YUICompressor (sstephenson/ruby-yui-compressor) -- YUICompressor couldn't compress jquery.purr because class is a reserved keyword.

This may also fix #423--I'm not really sure but it looked related at first glance.