FranklinDM / TGS

Sidebar control with award-winning user experience!
GNU General Public License v2.0
17 stars 4 forks source link

Wrap AiOS' functions to a module pattern #42

Closed fofajardo closed 6 years ago

fofajardo commented 6 years ago

This helps in avoiding conflicts with other extensions — also removes the aios_ prefix for every function and instead uses something like aios.functionName instead.