summaryrefslogtreecommitdiff
path: root/morphic.js
diff options
context:
space:
mode:
authorNathan Dinsmore <nathan@users.noreply.github.com>2015-06-17 18:28:18 -0400
committerNathan Dinsmore <nathan@users.noreply.github.com>2015-06-17 18:28:18 -0400
commit7bb046856c765facb348d3f461166599c03103d6 (patch)
tree459e317f723a44a9083e0c892c85e98e7826ce2e /morphic.js
parentc8cbbeb2ada539d8c71a74a000b1eb329ad26bbe (diff)
downloadsnap-7bb046856c765facb348d3f461166599c03103d6.tar.gz
snap-7bb046856c765facb348d3f461166599c03103d6.zip
Remove extra space
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 88f8c22..aca37ed 100644
--- a/morphic.js
+++ b/morphic.js
@@ -2899,7 +2899,7 @@ Morph.prototype.fullChanged = function () {
};
Morph.prototype.childChanged = function () {
- // react to a change in one of my children,
+ // react to a change in one of my children,
// default is to just pass this message on upwards
// override this method for Morphs that need to adjust accordingly
if (this.parent) {