yay fixed wonky backbone dependency

This commit is contained in:
Peter Cottle 2015-04-04 11:39:12 -07:00
parent 8ea87e2668
commit 6723f4c13a
4 changed files with 2 additions and 41 deletions

View file

@ -263,6 +263,7 @@ if (require('../util').isBrowser()) {
* and simply pipes commands to the main events system
**/
function CommandUI() {
Backbone.$ = $; // lol WTF BACKBONE MANAGE YOUR DEPENDENCIES
var Views = require('../views');
var Collections = require('../models/collections');
var CommandViews = require('../views/commandViews');