We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f1680 commit bf2c872Copy full SHA for bf2c872
src/virtual-repeat.ts
@@ -225,7 +225,6 @@ export class VirtualRepeat extends AbstractRepeater implements IVirtualRepeat {
225
/**@override */
226
bind(bindingContext: any, overrideContext: OverrideContext): void {
227
this.scope = { bindingContext, overrideContext };
228
- window['virtualRepeat'] = this;
229
}
230
231
0 commit comments