diff --git a/lib/react-swipe.js b/lib/react-swipe.js index 943bdc1..4255fd0 100644 --- a/lib/react-swipe.js +++ b/lib/react-swipe.js @@ -116,7 +116,7 @@ function getSafeEventHandlerOpts() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : { capture: true }; - return supportsCaptureOption ? options : options.capture; + return supportsCaptureOption ? options : false; } /**