##// END OF EJS Templates
Don't call .remove() method of objects bound to the container
Don't call .remove() method of objects bound to the container

File last commit:

r89:441fae622bca ts-plugin
r165:c446ccde5f9f v1.4.2 default
Show More
SimpleActivatable.ts
6 lines | 208 B | video/mp2t | TypeScriptLexer
/ src / test / ts / mock / SimpleActivatable.ts
import { AsyncComponent } from "../components/AsyncComponent";
import { ActivatableMixin } from "../components/ActivatableMixin";
export class SimpleActivatable extends ActivatableMixin(AsyncComponent) {
}