Actually it maybe should be as below, in case the function for the
update-event ever changes :)

.bind("reSort",function() {
        $this.trigger('update');
        var sortList = config.sortList;
        $this.trigger('sorton', [sortList]);
        })

Reply via email to