1
0
Fork 0
forked from 0x2620/oxjs

remove log statement

This commit is contained in:
rolux 2012-06-19 19:32:37 +02:00
commit e1bd7d0cb3

View file

@ -117,7 +117,6 @@ Ox.List = function(options, self) {
}
},
sort: function() {
//Ox.Log('List', '---sort---')
updateSort();
}
})