Skip to content

Commit

Permalink
Fixed duplicate function from merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdmoore committed Nov 6, 2014
1 parent d2a9e53 commit 1858973
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ionic.tdcards.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@
this.onSnapBack(this.x, this.y, this.rotationAngle);
},

/**
* Snap the card back to its original position
*/
snapBack: function() {
this.onSnapBack(this.x, this.y, this.rotationAngle);
},

isUnderThreshold: function() {
//return true;
return Math.abs(this.thresholdAmount) < 0.4;
Expand Down

0 comments on commit 1858973

Please sign in to comment.