Skip to content

Commit 8f72452

Browse files
author
Juan Carlos
committed
Remove dependencies
1 parent 3c21ce9 commit 8f72452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_html_js_minify/js_minifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def minify(self, instream=None, outstream=None):
173173
def js_minify(js):
174174
"""Minify a JavaScript string."""
175175
print("""Future JavaScript support is orphan and not supported!.
176-
If you want to make ES6, ES7 work feel free to send pull requests.")
176+
If you want to make ES6,ES7 work feel free to send pull requests.""")
177177
js = remove_commented_lines(js)
178178
js = js_minify_keep_comments(js)
179179
return js.strip()

0 commit comments

Comments
 (0)