From 3e6c2e80babb4e0a87cc2413289d4a15de78aa33 Mon Sep 17 00:00:00 2001 From: Edward Kim Date: Fri, 27 Mar 2015 09:00:55 -0700 Subject: [PATCH] Remove duplication in ScrollResponder.js | Edward Kim Summary: I think this line is a legacy code from `NativeModulesDeprecated`. Closes https://github.com/facebook/react-native/pull/340 Github Author: Edward Kim Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/Components/ScrollResponder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/Components/ScrollResponder.js b/Libraries/Components/ScrollResponder.js index c9756908a..bb283e1ce 100644 --- a/Libraries/Components/ScrollResponder.js +++ b/Libraries/Components/ScrollResponder.js @@ -11,7 +11,6 @@ */ 'use strict'; -var NativeModules = require('NativeModules'); var NativeModules = require('NativeModules'); var RCTDeviceEventEmitter = require('RCTDeviceEventEmitter'); var Subscribable = require('Subscribable');