From 3eef37fbc9e0021468c6c3cc92cc208750db6109 Mon Sep 17 00:00:00 2001 From: Alex Weiksnar Date: Mon, 30 Nov 2015 15:26:05 -0600 Subject: [PATCH] Remove initialize touch events - https://github.com/facebook/react/pull/3442 --- app/main.cjsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.cjsx b/app/main.cjsx index 4cdc496cff..81015e5708 100644 --- a/app/main.cjsx +++ b/app/main.cjsx @@ -4,8 +4,6 @@ ReactDOM = {render} = require 'react-dom' createBrowserHistory = require 'history/lib/createBrowserHistory' routes = require './router' -# ReactDOM.initializeTouchEvents true - routes = require './router' history = createBrowserHistory()