collections

This commit is contained in:
Peter Cottle 2012-12-14 01:54:05 -08:00
parent dc1934cdd2
commit 5ab38e9c13
6 changed files with 119 additions and 119 deletions

View file

@ -23,7 +23,7 @@ $(document).ready(function(){
});
function UI() {
var Collections = require('../collections');
var Collections = require('../models/collections');
var CommandViews = require('../views/commandViews');
this.commandCollection = new Collections.CommandCollection();