edgecase / spotbox

Official jukebox of the EdgeCase lab
Other
13 stars 1 forks source link

Sorting search results has broken #32

Closed tonywok closed 12 years ago

tonywok commented 12 years ago

This worked at some point. Something was probably just messed up in the shuffle.

tonywok commented 12 years ago
    -  setSortKey: function(view, event, ctx) {
    + setSortKey: function(event) {

Not sure if the template was changed or what, but the action called was expecting a strange function signature.