This commit is contained in:
Peter Cottle 2013-03-15 22:03:43 -07:00
parent e081c47e31
commit 68223505ce
11 changed files with 150 additions and 7 deletions

View file

@ -164,9 +164,12 @@ if (require('../util').isBrowser()) {
* and simply pipes commands to the main events system
**/
function CommandUI() {
var Views = require('../views');
var Collections = require('../models/collections');
var CommandViews = require('../views/commandViews');
//new Views.HelperBar();
this.commandCollection = new Collections.CommandCollection();
this.commandBuffer = new Collections.CommandBuffer({
collection: this.commandCollection