Files
flights_web_raw/node_modules/@storybook/addon-docs/ember/index.js
T

7 lines
156 B
JavaScript

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