mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
consolidation
This commit is contained in:
parent
6b125d194c
commit
69e435a8ec
12 changed files with 130 additions and 130 deletions
|
@ -3,7 +3,7 @@ var Main = require('../app');
|
|||
var Command = require('../models/commandModel').Command;
|
||||
var CommandEntry = require('../models/commandModel').CommandEntry;
|
||||
|
||||
var Errors = require('../errors');
|
||||
var Errors = require('../util/errors');
|
||||
var Warning = Errors.Warning;
|
||||
|
||||
var CommandPromptView = Backbone.View.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue