mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
yay fixed wonky backbone dependency
This commit is contained in:
parent
8ea87e2668
commit
6723f4c13a
4 changed files with 2 additions and 41 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue