mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
e4b3f5c4ac
commit
9ab0ee817a
|
@ -644,7 +644,7 @@ var checkIfMayBeDropped = function (colName, graphName, graphs) {
|
|||
var result = true;
|
||||
graphs.forEach(
|
||||
function (graph) {
|
||||
if (result == false) {
|
||||
if (result === false) {
|
||||
// Short circuit
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue