reset bug on removing parts of a collection in place

This commit is contained in:
Peter Cottle 2012-11-04 23:10:17 -08:00
parent 5246580b27
commit 925497377e
3 changed files with 26 additions and 19 deletions

View file

@ -4,9 +4,13 @@
var events = _.clone(Backbone.Events);
var ui = null;
/**
* Static Classes
*/
var animationFactory = new AnimationFactory();
var paper = null;
///////////////////////////////////////////////////////////////////////
$(document).ready(function(){
ui = new UI();