Skip to content

Commit

Permalink
reorder on change not update
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhryan committed Mar 23, 2012
1 parent e69ea27 commit ce0ef57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/modules/board/views/columnView.js
Expand Up @@ -24,7 +24,7 @@ define(["text!../templates/column.html","./cardView"],function(template, CardVie
receive: $.proxy(this.onReceive,this),
remove: $.proxy(this.onRemove, this),
over: $.proxy(this.onOver, this),
update: $.proxy(this.onStop, this),
change: $.proxy(this.onStop, this),
out: $.proxy(this.onOut, this)
});

Expand Down

0 comments on commit ce0ef57

Please sign in to comment.