mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Do not export dollar on frontend
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user