From c1576fcf9744882fa59c2876fb4fd44720140307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 14 Jun 2013 16:43:10 -0700 Subject: [PATCH] Remove trailing whitespace --- src/core/React.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/React.js b/src/core/React.js index 1a9e61fbb8..7bdb3b39bd 100644 --- a/src/core/React.js +++ b/src/core/React.js @@ -31,7 +31,7 @@ ReactDefaultInjection.inject(); var React = { DOM: ReactDOM, - Props: ReactProps, + Props: ReactProps, initializeTouchEvents: function(shouldUseTouch) { ReactMount.useTouchEvents = shouldUseTouch; },