1
0
Fork 0
forked from 0x2620/oxjs

update sort after edit

This commit is contained in:
rolux 2011-05-24 16:51:40 +02:00
commit 314fcc7b0a
3 changed files with 12 additions and 2 deletions

View file

@ -1503,6 +1503,12 @@ Ox.List = function(options, self) {
return that;
}
// needed when a value has changed
// but, fixme: better function name
that.sort = function() {
updateSort();
}
/*@
sortList <f> sort list
(key, operator) -> <f> returns List Element