Skip to content

Commit fb49fed

Browse files
committed
Merge pull request #164 from enyojs/ENYO-3222-aarontam
ENYO-3222: Use updated cancelAnimationFrame API. Reviewed-By: Roy Sutton (roy.sutton@lge.com) Integrated-By: Ryan Duffy (ryan.duffy@lge.com)
2 parents 60ff4e9 + de6b66f commit fb49fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/List/methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
20762076
*/
20772077
stopAnimateSwipe: function () {
20782078
if (this.job) {
2079-
this.job = animation.cancelRequestAnimationFrame(this.job);
2079+
this.job = animation.cancelAnimationFrame(this.job);
20802080
}
20812081
}
20822082
};

0 commit comments

Comments
 (0)