mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(tidy up): getting rid of redundant code to make TSDoc happy (#2747)
This commit is contained in:
committed by
Daniel Sogl
parent
bdd1755f8b
commit
ac78a1540c
@@ -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[]> {
|
||||
|
||||
Reference in New Issue
Block a user