mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 05:17:53 +08:00
fix(application): remove dupe cssChanged event handler definition (#10892)
This commit is contained in:
@ -97,11 +97,6 @@ interface ApplicationEvents {
|
|||||||
*/
|
*/
|
||||||
on(event: 'livesync', callback: (args: ApplicationEventData) => void, thisArg?: any): void;
|
on(event: 'livesync', callback: (args: ApplicationEventData) => void, thisArg?: any): void;
|
||||||
|
|
||||||
/**
|
|
||||||
* This event is raised when application css is changed.
|
|
||||||
*/
|
|
||||||
on(event: 'cssChanged', callback: (args: CssChangedEventData) => void, thisArg?: any): void;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This event is raised on application launchEvent.
|
* This event is raised on application launchEvent.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user