Skip to content

Commit

Permalink
Framework: Remove react-tap-event-plugin
Browse files Browse the repository at this point in the history
facebook/react#436 (comment) indicates that it's no longer needed.
  • Loading branch information
ockham committed Jan 11, 2017
1 parent f1eed5a commit f15bf0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions client/boot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var React = require( 'react' ),
page = require( 'page' ),
url = require( 'url' ),
qs = require( 'querystring' ),
injectTapEventPlugin = require( 'react-tap-event-plugin' ),
i18n = require( 'i18n-calypso' ),
includes = require( 'lodash/includes' );

Expand Down Expand Up @@ -80,9 +79,6 @@ function init() {
document.documentElement.classList.add( 'notouch' );
}

// Initialize touch
injectTapEventPlugin();

// Add accessible-focus listener
accessibleFocus();
}
Expand Down
7 changes: 2 additions & 5 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
"react-masonry-component": "4.2.2",
"react-pure-render": "1.0.2",
"react-redux": "4.4.5",
"react-tap-event-plugin": "2.0.1",
"react-virtualized": "8.8.1",
"redux": "3.0.4",
"redux-thunk": "1.0.0",
Expand Down

0 comments on commit f15bf0c

Please sign in to comment.