Skip to content

Commit

Permalink
no global vars, re #4771
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Jun 13, 2019
1 parent bf4b32e commit c3b87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/bindings/related-resources-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ define([
}
};

setRoot = function(val) {
var setRoot = function(val) {
if (val.graphid !== undefined) {
nodeMap = {};
linkMap = {};
Expand Down

0 comments on commit c3b87b8

Please sign in to comment.