ChristophWurst / weinstein_server

🍷 Multi user wine tasting, evaluation and management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor away from these globals

todo opened this issue · comments

commented

// TODO: refactor away from these globals
addGlobal('$', $);
addGlobal('TastersView', TastersView);
addGlobal('retastebutton', retastebutton);
addGlobal('WineCollection', WineCollection);
addGlobal('WinesView', WinesView);


This issue was generated by todo based on a TODO comment in b7d14e2 when #226 was merged. cc @ChristophWurst.