Mercurial > zeropaste
view app/assets/javascripts/autosize_box_fix.js.coffee @ 355:56382cb104dd
Add support for environment variable-based deployment.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 04 Aug 2014 17:05:16 +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', ''