8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c05612 commit 4ad7108Copy full SHA for 4ad7108
packages/core/data/observable/index.ts
@@ -89,8 +89,6 @@ const _globalEventHandlers: {
89
};
90
} = {};
91
92
-const eventNamesRegex = /\s*,\s*/;
93
-
94
/**
95
* Observable is used when you want to be notified when a change occurs. Use on/off methods to add/remove listener.
96
* Please note that should you be using the `new Observable({})` constructor, it is **obsolete** since v3.0,
0 commit comments