ES5 no-multi-spaces

This commit is contained in:
Amine Ben hammou
2017-09-21 08:47:23 +00:00
parent 680446b77e
commit 33572b2dc7
4 changed files with 4 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ define([
},
validate: function () {
// Recursively propagate validation checks to blocks in the tree
var invalidBlock = this.get('blocks').find(function (block) { return !block.isValid(); });
var invalidBlock = this.get('blocks').find(function (block) { return !block.isValid(); });
if (invalidBlock) {
return invalidBlock.validationError;
}