Applied new coffeelint.
This commit is contained in:
parent
f601553f6d
commit
925df1ed1d
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class App.Utils
|
||||||
|
|
||||||
# Replace all x tags with the type of replacementTag
|
# Replace all x tags with the type of replacementTag
|
||||||
html.find('textarea').each( ->
|
html.find('textarea').each( ->
|
||||||
outer = @outerHTML;
|
outer = @outerHTML
|
||||||
|
|
||||||
# Replace opening tag
|
# Replace opening tag
|
||||||
regex = new RegExp('<' + @tagName, 'i')
|
regex = new RegExp('<' + @tagName, 'i')
|
||||||
|
|
Loading…
Reference in a new issue