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, 7 insertions, 0 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
new file mode 100644
index 00000000..1ca4bbcf
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/rxjs/internal/scheduler/animationFrame.js
@@ -0,0 +1,7 @@
+"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