mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -66,7 +66,7 @@ export interface NativeTransitionOptions {
|
||||
plugin: 'com.telerik.plugins.nativepagetransitions',
|
||||
pluginRef: 'plugins.nativepagetransitions',
|
||||
repo: 'https://github.com/Telerik-Verified-Plugins/NativePageTransitions',
|
||||
platforms: ['Android', 'iOS', 'Windows Phone 8']
|
||||
platforms: ['Android', 'iOS', 'Windows Phone 8'],
|
||||
})
|
||||
@Injectable()
|
||||
export class NativePageTransitions extends IonicNativePlugin {
|
||||
@@ -100,7 +100,6 @@ export class NativePageTransitions extends IonicNativePlugin {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Perform a slide animation
|
||||
* @param options {NativeTransitionOptions} Options for the transition
|
||||
@@ -111,7 +110,6 @@ export class NativePageTransitions extends IonicNativePlugin {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Perform a slide animation
|
||||
* @param options {NativeTransitionOptions} Options for the transition
|
||||
@@ -139,5 +137,4 @@ export class NativePageTransitions extends IonicNativePlugin {
|
||||
cancelPendingTransition(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user