summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js')
-rw-r--r--tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js b/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
index c7f51b4af5..9d4ddb31cd 100644
--- a/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
+++ b/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js
@@ -1,5 +1,5 @@
-export const rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function')
- ? Symbol.for('rxSubscriber')
- : '@@rxSubscriber';
+export const rxSubscriber = typeof Symbol === 'function'
+ ? Symbol('rxSubscriber')
+ : '@@rxSubscriber_' + Math.random();
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map \ No newline at end of file