ref: rename _start to _prepare

This commit is contained in:
Géry Debongnie
2019-04-10 10:45:27 +02:00
parent f960149ba2
commit 90f6808f57
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ const widgetDirective: Directive = {
ctx.addLine(`context.refs[${ctx.formatExpression(ref)}] = w${widgetID};`);
}
ctx.addLine(`def${defID} = w${widgetID}._start();`);
ctx.addLine(`def${defID} = w${widgetID}._prepare();`);
ctx.closeIf();
ctx.closeIf();