eldoy / waveorb

Javascript web app development framework

Home Page:https://waveorb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global app object doesn't need to implode functions

eldoy opened this issue · comments

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')