list item: handle position update

This commit is contained in:
rlx 2013-07-14 13:39:39 +00:00
parent 728f81bc91
commit a7cdb3af3d

View file

@ -29,6 +29,9 @@ Ox.ListItem = function(options, self) {
.update({
data: function() {
constructItem(true);
},
position: function() {
that.$element.data({position: self.options.position});
}
});