Add value property to jake Task object.

This commit is contained in:
Paul Vick
2014-04-18 12:42:37 -07:00
parent 93b01da4f3
commit 2b686dabb5
+1
View File
@@ -214,6 +214,7 @@ declare module jake{
setMaxListeners(n: number): void;
listeners(event: string): Function[];
emit(event: string, ...args: any[]): boolean;
value: any;
}
export class DirectoryTask{