somewhat broken

This commit is contained in:
Peter Cottle 2012-12-09 21:12:02 -08:00
parent d7f3653ad9
commit 8d2803e4e4
8 changed files with 5659 additions and 9 deletions

View file

@ -9,7 +9,7 @@
*/
// essentially a static class
function AnimationFactory() {
var AnimationFactory = function() {
}
@ -251,4 +251,3 @@ AnimationFactory.prototype.genFromToSnapshotAnimation = function(
exports.AnimationFactory = AnimationFactory;