Bug 1154789 - Create shared React component for searchbox: tell eslint that search-box.js has windows as global. r=eslint-fix

This commit is contained in:
Sebastian Hengst 2016-10-12 19:35:09 +02:00
Родитель 21ce32ea90
Коммит 35ac7ae202
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2,6 +2,8 @@
* 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/. */
/* global window */
"use strict";
const { DOM: dom, createClass, PropTypes } = require("devtools/client/shared/vendor/react");