Add back options code (will resolve in another PR)
This commit is contained in:
parent
d70b758065
commit
a5c7fcc136
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ function githubPath(base, subpath = '') {
|
|||
return `https://raw.githubusercontent.com/${path}/${subpath}`;
|
||||
}
|
||||
|
||||
const _processTables = (json, baseUrl, frameLen) => {
|
||||
const _processTables = (json, baseUrl, frameLen, options = {}) => {
|
||||
baseUrl = json._base || baseUrl;
|
||||
return Object.entries(json).forEach(([key, tables]) => {
|
||||
if (key === '_base') return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue