equal
deleted
inserted
replaced
186 if (nextY == null) { |
186 if (nextY == null) { |
187 var xy = iComment.getPosition() ; |
187 var xy = iComment.getPosition() ; |
188 nextY = xy[1] ; |
188 nextY = xy[1] ; |
189 } |
189 } |
190 |
190 |
191 if (iComment.commentId == focusCommentId) |
191 if (iComment.commentId >= focusCommentId) |
192 this._a.push(iComment.setAnimationToPosition([iCommentX, nextY], focusCommentId)) ; |
192 this._a.push(iComment.setAnimationToPosition([iCommentX, nextY], focusCommentId)) ; |
193 else |
193 else |
194 this._a.push(iComment.setAnimationToPosition([iCommentX, nextY])) ; |
194 this._a.push(iComment.setAnimationToPosition([iCommentX, nextY])) ; |
195 nextY += iComment.getHeight() ; |
195 nextY += iComment.getHeight() ; |
196 } |
196 } |