Applied new coffeelint.

This commit is contained in:
Martin Edenhofer 2016-11-18 13:16:19 +01:00
parent f601553f6d
commit 925df1ed1d

View file

@ -206,7 +206,7 @@ class App.Utils
# Replace all x tags with the type of replacementTag
html.find('textarea').each( ->
outer = @outerHTML;
outer = @outerHTML
# Replace opening tag
regex = new RegExp('<' + @tagName, 'i')