Mercurial > zeropaste
view app/assets/javascripts/autosize_box_fix.coffee @ 376:02903dc8214d
Fix code styles.
- remove return and self keyword and use find_each instead of each.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 06 Jun 2015 22:34:36 +0900 |
parents | 5a4d31e97937 |
children |
line wrap: on
line source
$.autosize_box_fix = (elem) -> elem.css 'box-sizing', '' elem.css '-webkit-box-sizing', '' elem.css '-moz-box-sizing', ''