summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/models/templateBlock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/templateBlock.js b/lib/models/templateBlock.js
index 2f7e19a..ab4cf3e 100644
--- a/lib/models/templateBlock.js
+++ b/lib/models/templateBlock.js
@@ -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() {