Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jvntetlkhuiuefshfe committed Feb 5, 2013
1 parent d30ba74 commit 9498cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/js-beautify
Original file line number Diff line number Diff line change
@@ -1633,7 +1633,7 @@ if(!$file) exit(0);

$jsbeautifier = new JSBeautifier();
$result = $jsbeautifier->beautify(file_get_contents($file), $opts);
print_r($result);
echo $result;


?>

0 comments on commit 9498cdf

Please sign in to comment.