consolidation

This commit is contained in:
Peter Cottle 2012-12-14 01:48:48 -08:00
parent 6b125d194c
commit 69e435a8ec
12 changed files with 130 additions and 130 deletions

View file

@ -9,7 +9,7 @@
*/
var Animation = require('./index').Animation;
var GRAPHICS = require('../constants').GRAPHICS;
var GRAPHICS = require('../util/constants').GRAPHICS;
// essentially a static class
var AnimationFactory = function() {