Do not export dollar on frontend

This commit is contained in:
Djamil Legato
2015-05-02 08:51:26 -07:00
parent d9be78e982
commit 481b1068a6
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ var ready = require('domready'),
ready(function() {
instances = {
offcanvas: new offcanvas(),
menu: new menu(),
$: $
menu: new menu()
};
module.exports = window.G5 = instances;