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