(ctx, { target, content })
| 8317 | return new _MorphCommand(target, content); |
| 8318 | } |
| 8319 | resolve(ctx, { target, content }) { |
| 8320 | ctx.meta.runtime.implicitLoop(target, function(elt) { |
| 8321 | ctx.meta.runtime.morph(elt, content); |
| 8322 | }); |
| 8323 | return this.findNext(ctx); |
| 8324 | } |
| 8325 | }; |
| 8326 | |
| 8327 | // src/parsetree/commands/animations.js |
nothing calls this directly
no test coverage detected