Bug 1312236 - Update React to 15.3.2 r=jsnajdr

MozReview-Commit-ID: LLIjkUt5AUU
This commit is contained in:
Lin Clark 2016-11-28 14:38:00 +01:00
Родитель cb7131182c
Коммит 7e4edbd45d
4 изменённых файлов: 15871 добавлений и 11549 удалений

Просмотреть файл

@ -32,7 +32,7 @@ Open `build/react-with-addons.js` and search for all
`document.createElement` calls and replace them with
`document.createElementNS('http://www.w3.org/1999/xhtml', ...)`. Note
that some code is `ownerDocument.createElement` so don't do a blind
search/replace. There is only about ~12 places to change.
search/replace. There is only about ~14 places to change.
Now move into our repo (note the naming of `react-dev.js`, it's the dev version):

13715
devtools/client/shared/vendor/react-dev.js поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

6
devtools/client/shared/vendor/react-dom.js поставляемый
Просмотреть файл

@ -1,7 +1,7 @@
/**
* ReactDOM v0.14.1
* ReactDOM v15.3.2
*
* Copyright 2013-2015, Facebook, Inc.
* Copyright 2013-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
@ -21,7 +21,7 @@
// <script>
} else {
var g
var g;
if (typeof window !== "undefined") {
g = window;
} else if (typeof global !== "undefined") {

13697
devtools/client/shared/vendor/react.js поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу