Bug 1422265 - Remove react-addons-shallow-compare r=Honza

MozReview-Commit-ID: 8avniQlO6NV

--HG--
extra : rebase_source : e9727d59d0f54bfc9a23f4ea46de71deadae924c
This commit is contained in:
Michael Ratcliffe 2017-12-01 10:23:27 +00:00
Родитель 4e5c9eebce
Коммит bd575904fe
2 изменённых файлов: 0 добавлений и 10 удалений

1
devtools/client/shared/vendor/moz.build поставляемый
Просмотреть файл

@ -13,7 +13,6 @@ DevToolsModules(
'jsol.js',
'jszip.js',
'lodash.js',
'react-addons-shallow-compare.js',
'react-dom-factories.js',
'react-dom-server.js',
'react-dom.js',

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

@ -1,9 +0,0 @@
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set ft=javascript ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
module.exports = require("devtools/client/shared/vendor/react").addons.shallowCompare;