summaryrefslogtreecommitdiffstats
path: root/lib/models
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-05-08 22:45:26 +0200
committerSamy Pesse <samypesse@gmail.com>2016-05-08 22:45:26 +0200
commitb0d366b7e88ccc94242bf973e46fac32b883742f (patch)
treebf2a83c5c5af06fe7e90ad4db94a380d605cdf85 /lib/models
parent3d0054dd643a813aa10ace89920a5c910048a232 (diff)
downloadgitbook-b0d366b7e88ccc94242bf973e46fac32b883742f.zip
gitbook-b0d366b7e88ccc94242bf973e46fac32b883742f.tar.gz
gitbook-b0d366b7e88ccc94242bf973e46fac32b883742f.tar.bz2
Fix linting warning in models/templateBlock.js
Diffstat (limited to 'lib/models')
-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() {