jeromegn / Backbone.localStorage

A localStorage adapter for Backbone.js
MIT License
1.9k stars 681 forks source link

comparator is not working in todo example #206

Closed woosungchu closed 7 years ago

woosungchu commented 7 years ago

while I write code with this example for reference, I think I found bug about sorting. I'm not sure it is bug or not but comparator under Todos collention is not working well. (try [2,1,3,4,5] or descending order like 'comparator : function(item){return -item.get('order')} )

I think my code is one of solution

woosungchu commented 7 years ago

don't merge it......... I also found It needs more code to sync with the others