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;
|
var result = true;
|
||||||
graphs.forEach(
|
graphs.forEach(
|
||||||
function (graph) {
|
function (graph) {
|
||||||
if (result == false) {
|
if (result === false) {
|
||||||
// Short circuit
|
// Short circuit
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue