Skip to content

Commit

Permalink
Fix require statement from prim.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 24, 2014
1 parent 18bd544 commit 4c6b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alg/prim.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var _ = require("lodash"),
Graph = require("../Graph"),
Graph = require("../graph"),
PriorityQueue = require("cp-data").PriorityQueue;

module.exports = prim;
Expand Down

0 comments on commit 4c6b19a

Please sign in to comment.