UNPKG

156 BJavaScriptView Raw
1/* eslint-disable no-underscore-dangle */
2/* global window */
3
4export const setJSONDoc = (jsondoc) => {
5 window.__EMBER_GENERATED_DOC_JSON__ = jsondoc;
6};