Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #696 from wh1100717/master
Browse files Browse the repository at this point in the history
fix global variable result issue
  • Loading branch information
bitwiseman committed May 27, 2015
2 parents 3e26777 + 9177556 commit 1e64e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/lib/beautify-css.js
Expand Up @@ -93,6 +93,7 @@
}

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

0 comments on commit 1e64e1d

Please sign in to comment.