aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/Scheduler.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/Scheduler.js')
-rw-r--r--node_modules/rxjs/dist/esm5/internal/Scheduler.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/Scheduler.js b/node_modules/rxjs/dist/esm5/internal/Scheduler.js
deleted file mode 100644
index 4c7d5ed..0000000
--- a/node_modules/rxjs/dist/esm5/internal/Scheduler.js
+++ /dev/null
@@ -1,16 +0,0 @@
-import { dateTimestampProvider } from './scheduler/dateTimestampProvider';
-var Scheduler = (function () {
- function Scheduler(schedulerActionCtor, now) {
- if (now === void 0) { now = Scheduler.now; }
- this.schedulerActionCtor = schedulerActionCtor;
- this.now = now;
- }
- Scheduler.prototype.schedule = function (work, delay, state) {
- if (delay === void 0) { delay = 0; }
- return new this.schedulerActionCtor(this, work).schedule(state, delay);
- };
- Scheduler.now = dateTimestampProvider.now;
- return Scheduler;
-}());
-export { Scheduler };
-//# sourceMappingURL=Scheduler.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage