Skip to content

Commit 4ad7108

Browse files
committed
chore(core): remove unused eventNamesRegex
1 parent 8c05612 commit 4ad7108

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/data/observable/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ const _globalEventHandlers: {
8989
};
9090
} = {};
9191

92-
const eventNamesRegex = /\s*,\s*/;
93-
9492
/**
9593
* Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
9694
* Please note that should you be using the `new Observable({})` constructor, it is **obsolete** since v3.0,

0 commit comments

Comments
 (0)