kswedberg / jquery-tmbundle

TextMate bundle for jQuery
http://www.learningjquery.com
561 stars 228 forks source link

Snippets / plugin (method extras) - Escape $ #19

Closed jorgecasar closed 13 years ago

jorgecasar commented 13 years ago

In the line 17:

${10:\$this} = $(this);

You need to escape the $ of $(this)

${10:\$this} = \$(this);

jorgecasar commented 13 years ago

You are welcome ;)