mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
chore(): fix typescript errors
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
|
||||
export class FeatureDetect {
|
||||
private _results: any = {};
|
||||
|
||||
run(window, document) {
|
||||
this._results = {};
|
||||
for (let name in featureDetects) {
|
||||
this._results[name] = featureDetects[name](window, document, document.body);
|
||||
}
|
||||
|
Reference in New Issue
Block a user