Skip to content

Instantly share code, notes, and snippets.

@tkfm-yamaguchi
Last active August 29, 2015 14:02
Show Gist options
  • Save tkfm-yamaguchi/63746f5e06535e9b391e to your computer and use it in GitHub Desktop.
Save tkfm-yamaguchi/63746f5e06535e9b391e to your computer and use it in GitHub Desktop.
Can't use method chain among argument
#= require jquery
$ ->
$ "body"
.append
$ "<div>"
.text "Greeting"
.click -> alert("Hi!")
###
error: unexpected indentation
$ "<div>"
^^^^^^^^^^^^
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment