view app/assets/javascripts/autosize_box_fix.js.coffee @ 364:dd5a107bff3d

Remove web servers from gemfile. Please install it manually through gem or whatever.
author edogawaconan <me@myconan.net>
date Sat, 14 Feb 2015 01:22:29 +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', ''