Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00

7 lines
156 B
JavaScript

/* eslint-disable no-underscore-dangle */
/* global window */
export const setJSONDoc = (jsondoc) => {
window.__EMBER_GENERATED_DOC_JSON__ = jsondoc;
};