A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Nunjuncks on iOS 9 (iPad3)
-
This post is deleted! -
@hango no idea.
arrow functions also not supported
more of base code converted to es6 idioms which aren’t supported on iOS 9.
-
This post is deleted! -
@hango you will have to load the scripts in the index.html, before any app function code gets loaded
-
This post is deleted! -
@hango
Function.prototype.bind
warning Caveat: the bound function has a prototype property. <=====https://stackoverflow.com/questions/35763391/javascript-adding-property-to-function
-
maybe you wanted es6 shim
https://github.com/paulmillr/es6-shim
https://www.npmjs.com/package/es6-shim -
This post is deleted!