Skip to content

Commit

Permalink
Fixed prefix_increment.js to be valid javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Apr 24, 2014
1 parent 98678f0 commit f35cec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Resources/jshrink/input/prefix_increment.js
@@ -1 +1 @@
do{div.innerHTML="<!--[if gt IE " + ++v + "]><![endif]-->"}
do{div.innerHTML="<!--[if gt IE " + ++v + "]><![endif]-->"} while(1)
2 changes: 1 addition & 1 deletion tests/Resources/jshrink/output/prefix_increment.js
@@ -1 +1 @@
do{div.innerHTML="<!--[if gt IE "+ ++v+"]><![endif]-->"}
do{div.innerHTML="<!--[if gt IE "+ ++v+"]><![endif]-->"}while(1)

0 comments on commit f35cec0

Please sign in to comment.