UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

10 lines (9 loc) 304 B
// var MockDisposable = Rx.MockDisposable = function (scheduler) { // this.scheduler = scheduler; // this.disposes = []; // this.disposes.push(this.scheduler.clock); // }; // // MockDisposable.prototype.dispose = function () { // this.disposes.push(this.scheduler.clock); // };