Skip to content
Snippets Groups Projects

JS fix

Closed Drew Blessing requested to merge fix into master
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -24,8 +24,10 @@
//= require g.raphael-min
//= require g.bar-min
//= require branch-graph
//= require highlightjs.min
//= require ace/ace
//= require_tree .
//= require d3
//= require underscore
function fix() {
alert("Fixed")
}
Loading