using namespace kyle; - ko sortable, round 2

Kyle Kirby
March 12, 2012
Hello. After posting my previous post, I realized there were a few issues with my code. I found that KO doesn't handle observableArrays with duplicate values very well. It handles them just fine, but when you go and remove the DOM node that was assocoated with it, things get messy. To fix this, I've revised my code.