Bones/node_modules/rxjs/scheduler/animationFrame.js

4 lines
208 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
"use strict";
var AnimationFrameScheduler_1 = require('./AnimationFrameScheduler');
exports.animationFrame = new AnimationFrameScheduler_1.AnimationFrameScheduler();
//# sourceMappingURL=animationFrame.js.map