##// END OF EJS Templates
Added tag v1.4.6 for changeset 3969a8fb8049
Added tag v1.4.6 for changeset 3969a8fb8049

File last commit:

r89:441fae622bca ts-plugin
r173:3843ec3ca8f8 default
Show More
SimpleActivatable.ts
6 lines | 208 B | video/mp2t | TypeScriptLexer
/ src / test / ts / mock / SimpleActivatable.ts
cin
migrating tests to the new project structure
r89 import { AsyncComponent } from "../components/AsyncComponent";
import { ActivatableMixin } from "../components/ActivatableMixin";
cin
tests moved under src/ folder...
r50
export class SimpleActivatable extends ActivatableMixin(AsyncComponent) {
}