You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment everything is loaded manually by the user:
var module = Sky.getModule("module");
This is great for modules and utilities but patches should not be loaded like this. Therefore it might be good to add a init function so Sky can load patches automatically.
The text was updated successfully, but these errors were encountered:
At the moment everything is loaded manually by the user:
This is great for modules and utilities but patches should not be loaded like this. Therefore it might be good to add a
init
function soSky
can load patches automatically.The text was updated successfully, but these errors were encountered: