ListItem: that. -> that
This commit is contained in:
parent
36b7c15513
commit
0a6b2281b4
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ Ox.ListItem = function(options, self) {
|
|||
constructItem(true);
|
||||
},
|
||||
position: function() {
|
||||
that.$element.data({position: self.options.position});
|
||||
that.data({position: self.options.position});
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -45,7 +45,7 @@ Ox.ListItem = function(options, self) {
|
|||
position: self.options.position
|
||||
});
|
||||
if (update) {
|
||||
that.$element.hasClass('OxSelected') && $element.addClass('OxSelected');
|
||||
that.hasClass('OxSelected') && $element.addClass('OxSelected');
|
||||
}
|
||||
that.setElement($element);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue