aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js
deleted file mode 100644
index 1ca4bbcf..00000000
--- a/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-var AnimationFrameAction_1 = require("./AnimationFrameAction");
-var AnimationFrameScheduler_1 = require("./AnimationFrameScheduler");
-exports.animationFrameScheduler = new AnimationFrameScheduler_1.AnimationFrameScheduler(AnimationFrameAction_1.AnimationFrameAction);
-exports.animationFrame = exports.animationFrameScheduler;
-//# sourceMappingURL=animationFrame.js.map \ No newline at end of file