mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Replace knownEvents modules with static strings.
This commit is contained in:
@@ -14,7 +14,7 @@ class TapHandlerImpl extends NSObject {
|
||||
}
|
||||
|
||||
public tap(args) {
|
||||
this._owner._emit(common.knownEvents.tap);
|
||||
this._owner._emit(common.Button.tapEvent);
|
||||
}
|
||||
|
||||
public static ObjCExposedMethods = {
|
||||
|
||||
Reference in New Issue
Block a user