mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(core): clean up addEventListener() and removeEventListener() in ViewCommon
This commit is contained in:
@@ -89,7 +89,7 @@ const _globalEventHandlers: {
|
||||
};
|
||||
} = {};
|
||||
|
||||
const eventNamesRegex = /\s*,\s*/;
|
||||
export const eventNamesRegex = /\s*,\s*/;
|
||||
|
||||
/**
|
||||
* Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
|
||||
|
||||
Reference in New Issue
Block a user