mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
multiview
This commit is contained in:
parent
42c86d4f10
commit
4eeedfc137
2 changed files with 32 additions and 0 deletions
14
src/js/views/multiView.js
Normal file
14
src/js/views/multiView.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
var GitError = require('../util/errors').GitError;
|
||||
var _ = require('underscore');
|
||||
var Backbone = require('backbone');
|
||||
var Q = require('q');
|
||||
|
||||
var ModalTerminal = require('../views').ModalTerminal;
|
||||
var ContainedBase = require('../views').ContainedBase;
|
||||
var ConfirmCancelView = require('../views').ConfirmCancelView;
|
||||
var LeftRightView = require('../views').LeftRightView;
|
||||
|
||||
var MultiView = Backbone.View.extend({
|
||||
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue