damn awesome local storage now

This commit is contained in:
Peter Cottle 2012-10-23 10:39:06 -07:00
parent 0fbbbcf35d
commit 7e28fd8452
4 changed files with 63 additions and 8 deletions

View file

@ -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
});