1
0
Fork 0
This commit is contained in:
jsteemann 2017-04-25 15:17:33 +02:00
parent e4b3f5c4ac
commit 9ab0ee817a
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ var checkIfMayBeDropped = function (colName, graphName, graphs) {
var result = true; var result = true;
graphs.forEach( graphs.forEach(
function (graph) { function (graph) {
if (result == false) { if (result === false) {
// Short circuit // Short circuit
return; return;
} }