Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 2, 2016
1 parent e1e1746 commit b61ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/assets/visualizations/nvd3_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require('nvd3');

// CSS
require('../node_modules/nvd3/build/nv.d3.min.css');
require('./nvd3_vis.css')
require('./nvd3_vis.css');

function nvd3Vis(slice) {
var chart;
Expand Down

0 comments on commit b61ddd0

Please sign in to comment.