diff options
| author | Nathan Dinsmore <nathan@users.noreply.github.com> | 2015-06-17 18:28:18 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <nathan@users.noreply.github.com> | 2015-06-17 18:28:18 -0400 |
| commit | 7bb046856c765facb348d3f461166599c03103d6 (patch) | |
| tree | 459e317f723a44a9083e0c892c85e98e7826ce2e /morphic.js | |
| parent | c8cbbeb2ada539d8c71a74a000b1eb329ad26bbe (diff) | |
| download | snap-7bb046856c765facb348d3f461166599c03103d6.tar.gz snap-7bb046856c765facb348d3f461166599c03103d6.zip | |
Remove extra space
Diffstat (limited to 'morphic.js')
| -rw-r--r-- | morphic.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
