ES5 object-curly-spacing

This commit is contained in:
Amine Ben hammou
2017-09-21 09:12:52 +00:00
parent d69d3cb421
commit 1ad90680f4
11 changed files with 24 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ define([
return _.map(response, function (block) {
var Type = App.getBlockTypeModel(block.type);
// TODO: If type has no registered model, use a backup one
return new Type(block, {parse: true});
return new Type(block, { parse: true });
});
}
});