chore(tidy up): getting rid of redundant code to make TSDoc happy (#2747)

This commit is contained in:
Perry Govier
2018-09-27 01:05:08 -05:00
committed by Daniel Sogl
parent bdd1755f8b
commit ac78a1540c
3 changed files with 1 additions and 87 deletions
@@ -122,7 +122,7 @@ export class PhotoLibrary extends IonicNativePlugin {
* @param options {GetLibraryOptions} Optional, like thumbnail size and chunks settings.
* @return {Observable<LibraryItem[]>} Returns library items. If appropriate option was set, will be returned by chunks.
*/
@CordovaCheck({
@Cordova({
observable: true
})
getLibrary(options?: GetLibraryOptions): Observable<LibraryItem[]> {