Comparing version 1.2.0 to 1.2.1
@@ -223,3 +223,3 @@ // Generated by CoffeeScript 1.10.0 | ||
edges = ld.transform(edge_indexes, function(res, e) { | ||
return res[e] = initValue; | ||
return res[e] = ld.clone(initValue); | ||
}, {}); | ||
@@ -226,0 +226,0 @@ if (ld.isArray(dems)) { |
{ | ||
"name": "libgraph", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "graph lib in js/coffee", | ||
@@ -5,0 +5,0 @@ "main": "Graph.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105055
61
1829