summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
Diffstat (limited to 'morphic.js')
-rw-r--r--morphic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphic.js b/morphic.js
index 9f6e8c2..01220d5 100644
--- a/morphic.js
+++ b/morphic.js
@@ -2212,7 +2212,7 @@ Morph.prototype.init = function (noDraw) {
this.isTemplate = false;
this.acceptsDrops = false;
this.noticesTransparentClick = false;
- if (!noDraw) this.drawNew();
+ if (!noDraw) { this.drawNew(); }
this.fps = 0;
this.customContextMenu = null;
this.lastTime = Date.now();