You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • If a widget fails to define it's draw function, following error will be logged

    Yes, that's because widgets are intended to be drawn. You can always add code in appname.boot.js if you want it to run at
    I guess one solution would be to just overwrite the draw functions: Object.keys(WIDGETS).forEach(id=>WIDGETS­[id].draw=function(){})

About

Avatar for Gordon @Gordon started