Fix linting warning in models/templateBlock.js

This commit is contained in:
Samy Pesse
2016-05-08 22:45:26 +02:00
parent 3d0054dd64
commit b0d366b7e8
+1 -1
View File
@@ -22,7 +22,7 @@ var TemplateBlock = Immutable.Record({
blocks: Immutable.List(),
// List of shortcuts to replace with this block
shortcuts: Immutable.Map(),
shortcuts: Immutable.Map()
}, 'TemplateBlock');
TemplateBlock.prototype.getName = function() {