chore(): update core providers

This commit is contained in:
Adam Bradley
2017-06-14 22:45:01 -05:00
parent d406c45226
commit 041b45f8aa
3 changed files with 162 additions and 53 deletions

View File

@ -102,6 +102,14 @@ export class DomController {
}
}
now() {
return this.plt.win().performance.now();
}
raf(cb: any) {
return this.plt.raf(cb);
}
private _queue() {
const self = this;
if (!self.q) {