mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Upgrade to 1.9.1
Reviewed By: vjeux Differential Revision: D6497877 fbshipit-source-id: 3b88b96e375ddf1fbe039a0593569bbdde40a2dc
This commit is contained in:
committed by
Facebook Github Bot
parent
4034febb7e
commit
9f33fe2583
@@ -10,14 +10,14 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* This file is a copy of the reference `DeltaPatcher`, located in
|
||||
* metro. The reason to not reuse that file is that in this context
|
||||
* we cannot have flow annotations or CJS syntax (since this file is directly)
|
||||
* injected into a static HTML page.
|
||||
*
|
||||
* TODO: Find a simple and lightweight way to compile `DeltaPatcher` to avoid
|
||||
* having this duplicated file.
|
||||
*/
|
||||
* This file is a copy of the reference `DeltaPatcher`, located in
|
||||
* metro. The reason to not reuse that file is that in this context
|
||||
* we cannot have flow annotations or CJS syntax (since this file is directly)
|
||||
* injected into a static HTML page.
|
||||
*
|
||||
* TODO: Find a simple and lightweight way to compile `DeltaPatcher` to avoid
|
||||
* having this duplicated file.
|
||||
*/
|
||||
(function(global) {
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user