From 1858973ed0a88a9b9fcbf52d1eb3ad6fef15850d Mon Sep 17 00:00:00 2001 From: "Keith D. Moore" Date: Wed, 5 Nov 2014 23:54:43 -0600 Subject: [PATCH] Fixed duplicate function from merge mistake --- ionic.tdcards.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ionic.tdcards.js b/ionic.tdcards.js index d35dd27..2cd9253 100644 --- a/ionic.tdcards.js +++ b/ionic.tdcards.js @@ -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;