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

@ -2,7 +2,7 @@ var Main = require('../app');
var GRAPHICS = require('../util/constants').GRAPHICS;
var GLOBAL = require('../util/constants').GLOBAL;
var Collections = require('../collections');
var Collections = require('../models/collections');
var CommitCollection = Collections.CommitCollection;
var BranchCollection = Collections.BranchCollection;