diff --git a/jquery.velocity.js b/jquery.velocity.js index fa5a5d8e..e27f2921 100644 --- a/jquery.velocity.js +++ b/jquery.velocity.js @@ -1620,8 +1620,8 @@ Velocity's structure: /* Since we're stopping, do not proceed with Queueing. */ if (promise) { - /* Reject promise with chained context to indicate: "no error, simply stopping". */ - rejecter(getChain()); + /* Just resolve the promise with chained context. */ + resolver(getChain()); return promise; } return getChain();