summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Dinsmore <nathan@users.noreply.github.com>2015-06-18 15:33:36 -0400
committerNathan Dinsmore <nathan@users.noreply.github.com>2015-06-18 15:33:36 -0400
commitbae22f08044f01adba15608d3885e84e173c8889 (patch)
treec45f3a4b3262fa9cc7b1cac448057eb4dc8a72fc
parent82197c7a8c1835048fb6a787c41845049c89ca0c (diff)
downloadsnap-bae22f08044f01adba15608d3885e84e173c8889.tar.gz
snap-bae22f08044f01adba15608d3885e84e173c8889.zip
Add braces
-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();