(ctx, { target, content })
| 8767 | return new _MorphCommand(target, content); |
| 8768 | } |
| 8769 | resolve(ctx, { target, content }) { |
| 8770 | ctx.meta.runtime.implicitLoop(target, function(elt) { |
| 8771 | ctx.meta.runtime.morph(elt, content); |
| 8772 | }); |
| 8773 | return this.findNext(ctx); |
| 8774 | } |
| 8775 | }; |
| 8776 | |
| 8777 | // src/parsetree/commands/animations.js |
nothing calls this directly
no test coverage detected