require InitializeJavaScriptAppEngine in bundle

Reviewed By: martinbigio

Differential Revision: D2582794

fb-gh-sync-id: d6cfdda81f556ef0cefb2e9dc58f5978b651bd5b
This commit is contained in:
Bhuwan Khattar
2015-10-28 21:05:15 -07:00
committed by facebook-github-bot-4
parent 2e1dfc9bc0
commit 47b124436f
7 changed files with 113 additions and 56 deletions

View File

@@ -12,9 +12,12 @@
'use strict';
/**
* Make sure `setTimeout`/`setInterval` are patched correctly.
* Make sure essential globals are available and are patched correctly. Please don't remove this
* line. Bundles created by react-packager `require` it before executing any application code. This
* ensures it exists in the dependency graph and can be `require`d.
*/
require('InitializeJavaScriptAppEngine');
var EventPluginHub = require('EventPluginHub');
var EventPluginUtils = require('EventPluginUtils');
var IOSDefaultEventPluginOrder = require('IOSDefaultEventPluginOrder');