Closed jorgecasar closed 13 years ago
In the line 17:
${10:\$this} = $(this);
You need to escape the $ of $(this)
${10:\$this} = \$(this);
You are welcome ;)
In the line 17:
${10:\$this} = $(this);
You need to escape the $ of $(this)
${10:\$this} = \$(this);