Skip to content

Commit

Permalink
stupid sprayColor => sprayData
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Jan 12, 2016
1 parent 1557ac5 commit 0b852c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ var VQI_PathwayEditor = function (parent) {
});

saveState();
if(typeof(self.sprayColor) != "undefined")
if(typeof(self.sprayData) != "undefined")
sprayColor(self.sprayData);
},
// initial viewport state:
Expand Down

0 comments on commit 0b852c2

Please sign in to comment.