mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
damn awesome local storage now
This commit is contained in:
parent
0fbbbcf35d
commit
7e28fd8452
4 changed files with 63 additions and 8 deletions
|
@ -24,11 +24,12 @@ $(document).ready(function(){
|
|||
collection: commandCollection
|
||||
});
|
||||
|
||||
new CommandPromptView({
|
||||
// TODO make not global
|
||||
commandPromptView = new CommandPromptView({
|
||||
el: $('#commandLineBar'),
|
||||
collection: commandCollection
|
||||
});
|
||||
new CommandLineHistoryView({
|
||||
commandLineHistoryView = new CommandLineHistoryView({
|
||||
el: $('#commandLineHistory'),
|
||||
collection: commandCollection
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue