Removed redundant code
authorRory Hardy <rory.cronin-hardy@cerner.com>
Thu, 8 Aug 2013 03:07:02 +0000 (22:07 -0500)
committerRory Hardy <rory.cronin-hardy@cerner.com>
Thu, 8 Aug 2013 03:07:02 +0000 (22:07 -0500)
modified:   plugin/leap/leap.js

plugin/leap/leap.js

index 8ec51ecaff7ac3cdc8d04a4863f9af63d57ca796..b2f91de5569eab618fde3a11292c1897fee930fc 100644 (file)
@@ -34,7 +34,7 @@ var b=right.criteria;if(a!==b){if(a>b||a===void 0)return 1;if(a<b||b===void 0)re
         naturalSwipe     : true,      // Swipe as if it were a touch screen.
         pointerColor     : '#00aaff', // Default color of the pointer.
         pointerOpacity   : 0.7,       // Default opacity of the pointer.
-        pointerSize      : 15,        // Default height/width of the pointer.
+        pointerSize      : 15,        // Default minimum height/width of the pointer.
         pointerTolerance : 120        // Bigger = slower pointer.
       },
       now,
@@ -125,10 +125,8 @@ var b=right.criteria;if(a!==b){if(a>b||a===void 0)return 1;if(a<b||b===void 0)re
             else {
               config.naturalSwipe ? Reveal.right() : Reveal.left();
             }
-
-            lastGesture = now;
-          // Up/down swipe gestures
           }
+          // Up/down swipe gestures
           else {
             if( y > 0 ) {
               config.naturalSwipe ? Reveal.down() : Reveal.up();
@@ -136,9 +134,9 @@ var b=right.criteria;if(a!==b){if(a>b||a===void 0)return 1;if(a<b||b===void 0)re
             else {
               config.naturalSwipe ? Reveal.up() : Reveal.down();
             }
-
-            lastGesture = now;
           }
+
+          lastGesture = now;
         }
       }
       // Two hand gestures