Added Build/lib folder to retrieve the build tasks from.

This commit is contained in:
atanasovg
2014-03-13 16:26:09 +02:00
parent 6f5700b618
commit 19c4e27e76
4 changed files with 11 additions and 7 deletions

View File

@@ -22,12 +22,12 @@
/**
* Renames the current entity using the specified name.
*/
public rename(newName: string, onSuccess: Function, onError: Function);
public rename(newName: string, onSuccess?: Function, onError?: Function);
}
export class File extends FileSystemEntity {
/**
* Gets the extension of the entity.
* Gets the extension of the file.
*/
public extension: string;
/**

View File

@@ -1,6 +1,4 @@
//import file_system_module = require("FileSystem/file_system");
//import entities = file_system_module.tk.io;
// TODO: Implement "hidden" notation so that such declarations are not included in the d.ts file we will provide for the users.
//@hidden
export declare module tk {
export module io {