You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/zone.js/dist/zone-patch-rxjs-fake-async....

1 line
538 B
JavaScript

!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("rxjs")):"function"==typeof define&&define.amd?define(["rxjs"],e):e(n.rxjs)}(this,function(n){"use strict";Zone.__load_patch("rxjs.Scheduler.now",function(e,t,o){o.patchMethod(n.Scheduler,"now",function(n){return function(n,e){return Date.now.apply(n,e)}}),o.patchMethod(n.asyncScheduler,"now",function(n){return function(n,e){return Date.now.apply(n,e)}}),o.patchMethod(n.asapScheduler,"now",function(n){return function(n,e){return Date.now.apply(n,e)}})})});