hassio-addon-info ES5 compatability

This commit is contained in:
Paulus Schoutsen 2017-07-05 22:27:58 -07:00
parent 6e30534e2d
commit 33ee6a9075

View File

@ -58,7 +58,7 @@ Polymer({
},
},
computeInstallStatus(addon) {
computeInstallStatus: function (addon) {
return (addon && addon.installed) || 'Not installed';
},
});