Merge master in

This commit is contained in:
Ibby Hadeed
2017-12-28 07:31:14 -05:00
21 changed files with 26 additions and 11331 deletions
+1 -3
View File
@@ -38,8 +38,6 @@ export class Crop extends IonicNativePlugin {
@Cordova({
callbackOrder: 'reverse'
})
crop(pathToImage: string, options?: { quality: number }): Promise<string> {
return;
}
crop(pathToImage: string, options?: { quality: number, targetHeight: number, targetWidth: number }): Promise<string> { return; }
}