hassio-addon-info ES5 compatability
This commit is contained in:
@@ -58,7 +58,7 @@ Polymer({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
computeInstallStatus(addon) {
|
computeInstallStatus: function (addon) {
|
||||||
return (addon && addon.installed) || 'Not installed';
|
return (addon && addon.installed) || 'Not installed';
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user