mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed issue when bindingContext is bound more than once.
This commit is contained in:
1
file-system/file-system.d.ts
vendored
1
file-system/file-system.d.ts
vendored
@@ -154,6 +154,7 @@ declare module "file-system" {
|
||||
|
||||
/**
|
||||
* Gets the root folder for the current application. This Folder is private for the application and not accessible from Users/External apps.
|
||||
* iOS - this folder is read-only and contains the app and all its resources.
|
||||
*/
|
||||
export function currentApp(): Folder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user