Skip to content

Commit

Permalink
fix global variable result issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1100717 committed May 22, 2015
1 parent cb0f3a8 commit 9177556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/lib/beautify-css.js
Expand Up @@ -89,6 +89,7 @@
}

function peek(skipWhitespace) {
var result = '';
var prev_pos = pos;
if (skipWhitespace) {
eatWhitespace();
Expand Down

0 comments on commit 9177556

Please sign in to comment.