list item: handle position update
This commit is contained in:
parent
728f81bc91
commit
a7cdb3af3d
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ Ox.ListItem = function(options, self) {
|
|||
.update({
|
||||
data: function() {
|
||||
constructItem(true);
|
||||
},
|
||||
position: function() {
|
||||
that.$element.data({position: self.options.position});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue