mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
b2c8281316
Summary: We always define these globals in InitializeJavaScriptAppEngine, so the fallback mechanism here is never required as far as I can tell. Reviewed By: davidaurelio Differential Revision: D3235061 fb-gh-sync-id: 92007f87c84073e32bfa946df8ee81083f6842ec fbshipit-source-id: 92007f87c84073e32bfa946df8ee81083f6842ec
13 lines
387 B
JavaScript
13 lines
387 B
JavaScript
/**
|
|
* Copyright (c) 2013-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @providesModule clearImmediate
|
|
*/
|
|
|
|
module.exports = global.clearImmediate;
|