Skip to content

Commit 3e6c2e8

Browse files
committed
Remove duplication in ScrollResponder.js | Edward Kim
Summary: I think this line is a legacy code from `NativeModulesDeprecated`. Closes facebook/react-native#340 Github Author: Edward Kim <onward.edkim@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
1 parent 6989880 commit 3e6c2e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Libraries/Components/ScrollResponder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212
'use strict';
1313

14-
var NativeModules = require('NativeModules');
1514
var NativeModules = require('NativeModules');
1615
var RCTDeviceEventEmitter = require('RCTDeviceEventEmitter');
1716
var Subscribable = require('Subscribable');

0 commit comments

Comments
 (0)