|
@ -164,7 +164,6 @@ ItemRange.prototype.hide = function() { |
|
|
* Reposition the item horizontally |
|
|
* Reposition the item horizontally |
|
|
* @Override |
|
|
* @Override |
|
|
*/ |
|
|
*/ |
|
|
// TODO: delete the old function
|
|
|
|
|
|
ItemRange.prototype.repositionX = function() { |
|
|
ItemRange.prototype.repositionX = function() { |
|
|
var props = this.props, |
|
|
var props = this.props, |
|
|
parentWidth = this.parent.width, |
|
|
parentWidth = this.parent.width, |
|
|