diff options
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) { |
