mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
These will be used by a later patch inside of a ChromeWorker using ReactDOMServer. Differential Revision: https://phabricator.services.mozilla.com/D68093
7 lines
308 B
JavaScript
7 lines
308 B
JavaScript
/* 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";
|
|
|
|
// exported by activity-stream.bundle.js
|
|
window.NewtabRenderUtils.renderWithoutState();
|