Skip to content

Instantly share code, notes, and snippets.

@nakajijapan
Created June 27, 2012 13:25
Show Gist options
  • Save nakajijapan/3004054 to your computer and use it in GitHub Desktop.
Save nakajijapan/3004054 to your computer and use it in GitHub Desktop.
あれをCoffeeScriptで書いてみる。修正版
# あらかじめ「config/enviroments.rb」に
# Tilt::CoffeeScriptTemplate.default_bare = true
$ ->
setTimeout(
-> $('#notice').fadeOut('slow')
800
)
@nakajijapan
Copy link
Author

リアルタイムにコンパイルされるはず!

@kyanny
Copy link

kyanny commented Jun 28, 2012

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment