Frontend: oops, had some ES6 within Polymer

This commit is contained in:
Paulus Schoutsen 2015-06-24 14:12:28 -07:00
parent b7b91f27db
commit 3f56b7e131

View File

@ -18,7 +18,7 @@
window.hass.uiActions = {
validateAuth: function(authToken, rememberAuth) {
authActions.validate(authToken, {
rememberAuth,
rememberAuth: rememberAuth,
useStreaming: preferences.useStreaming,
});
},