Mercurial > zeropaste
view app/assets/javascripts/autosize-box-fix.js @ 242:720ef40cb4bb
Don't break word in weird way.
...I think.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Fri, 09 Aug 2013 08:39:59 +0000 |
| parents | e8a0e82213cd |
| children |
line wrap: on
line source
(function($) { $.autosize_box_fix = function(elem) { elem.css('box-sizing', ''); elem.css('-webkit-box-sizing', ''); elem.css('-moz-box-sizing', ''); }; }) (jQuery);
