gecko-dev/browser/components/newtab/data/content/newtab-render.js
Mike Conley 7908818e65 Bug 1614502 - Expose utility functions for rendering Activity Stream. r=Mardak
These will be used by a later patch inside of a ChromeWorker using
ReactDOMServer.

Differential Revision: https://phabricator.services.mozilla.com/D68093
2020-04-17 15:31:11 +00:00

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();