mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
reset bug on removing parts of a collection in place
This commit is contained in:
parent
5246580b27
commit
925497377e
3 changed files with 26 additions and 19 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue