Created
April 1, 2014 00:37
-
-
Save zpao/9905453 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/browser/ui/ReactDefaultInjection.js b/src/browser/ui/ReactDefaultInjection.js | |
index c290403..8a79942 100644 | |
--- a/src/browser/ui/ReactDefaultInjection.js | |
+++ b/src/browser/ui/ReactDefaultInjection.js | |
@@ -49,7 +49,7 @@ var ServerReactRootIndex = require('ServerReactRootIndex'); | |
var SimpleEventPlugin = require('SimpleEventPlugin'); | |
var BeforeInputEventPlugin = require('BeforeInputEventPlugin'); | |
-var ReactDefaultBatchingStrategy = require('ReactDefaultBatchingStrategy'); | |
+var ReactRAFBatchingStrategy = require('ReactRAFBatchingStrategy'); | |
var createFullPageComponent = require('createFullPageComponent'); | |
@@ -102,7 +102,7 @@ function inject() { | |
ReactInjection.DOMProperty.injectDOMPropertyConfig(DefaultDOMPropertyConfig); | |
ReactInjection.Updates.injectBatchingStrategy( | |
- ReactDefaultBatchingStrategy | |
+ ReactRAFBatchingStrategy | |
); | |
ReactInjection.RootIndex.injectCreateReactRootIndex( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment