mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
less globals in litning
This commit is contained in:
parent
10d9faa7da
commit
26c04c7e0e
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
var _ = require('underscore');
|
||||
var Backbone = require('backbone');
|
||||
|
||||
var CommandEntryCollection = require('../models/collections').CommandEntryCollection;
|
||||
var Main = require('../app');
|
||||
var Command = require('../models/commandModel').Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue