##// END OF EJS Templates
prevent safe::debounce async tasks to run in parallel
prevent safe::debounce async tasks to run in parallel

File last commit:

r89:441fae622bca ts-plugin
r167:d6fe22864d82 v1.4.3 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) {
}