##// END OF EJS Templates
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already

File last commit:

r97:8b413dc7fc42 v1.3
r131:c7d9ad82b374 v1.8.1 default
Show More
css-plugin.d.ts
3 lines | 94 B | video/mp2t | TypeScriptLexer
declare module "@implab/djx/css!*" {
const result: { url: string };
export = result;
}