Skip to content

Commit

Permalink
Merge pull request #162 from johnpmitsch/patch-1
Browse files Browse the repository at this point in the history
Changed revert to right and bottom coordinates
  • Loading branch information
Brian Gonzalez committed May 12, 2015
2 parents 5b54f77 + 7d1cee3 commit 54f42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.pep.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
this.moveToUsingTransforms(-this.xTranslation(),-this.yTranslation());
}

this.moveTo(this.initialPosition.left, this.initialPosition.top);
this.moveTo(this.initialPosition.right, this.initialPosition.bottom);
};

// requestAnimationFrame();
Expand Down

0 comments on commit 54f42fb

Please sign in to comment.