Mercurial > zeropaste
view app/assets/javascripts/autosize_box_fix.js.coffee @ 366:26545fe719ca
Remove caching system.
Too much complexity for something that is really simple.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Sat, 14 Feb 2015 01:35:45 +0900 |
| parents | 3ce44f960d3a |
| children |
line wrap: on
line source
$.autosize_box_fix = (elem) -> elem.css 'box-sizing', '' elem.css '-webkit-box-sizing', '' elem.css '-moz-box-sizing', ''
