Created
May 23, 2016 06:21
-
-
Save isuke/659033d28d9bb7b18920298da4868e5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: | |
flash = #{raw flash.to_json}; | |
coffee: | |
$ -> | |
$.each flash, (index, message) -> | |
toastr[message[0]]('', message[1]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment