eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Global app object doesn't need to implode functions #141

Open eldoy opened 8 months ago

eldoy commented 8 months ago

At the moment we are imploding plugin functions to be able to pass the app object in there.

If the app object was global, we wouldn't need that.

global.app = load('app')