style(): spacing and cleanup

This commit is contained in:
Ibby
2016-12-06 08:02:00 -05:00
parent fff1dc45e2
commit e26783b8c6
39 changed files with 228 additions and 92 deletions
+2
View File
@@ -26,6 +26,7 @@ declare var window: any;
platforms: ['Android']
})
export class FilePath {
/**
* Resolve native path for given content URL/path.
* @param {String} path Content URL/path.
@@ -33,4 +34,5 @@ export class FilePath {
*/
@Cordova()
static resolveNativePath(path: string): Promise<string> {return; }
}