Skip to content

Commit

Permalink
Merge pull request rlerdorf#33 from drussilla/master
Browse files Browse the repository at this point in the history
"Uncaught SyntaxError: Unexpected token var" fixed.
  • Loading branch information
rlerdorf committed Mar 12, 2015
2 parents ef3d869 + 0cb594b commit 4867346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ function toggleVisible(head, row) {
<div id="partition"></div>

<script>
var dataset = <?php echo $dataModel->getGraphDataSetJson(); ?>
var dataset = <?php echo $dataModel->getGraphDataSetJson(); ?>;

var width = 400,
height = 400,
Expand Down

0 comments on commit 4867346

Please sign in to comment.