Skip to content

Commit

Permalink
add createEntities function to STREET global
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Feb 1, 2024
1 parent 8500040 commit 05fc582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/json-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ function createEntities (entitiesData, parentEl) {
}
}

STREET.utils.createEntities = createEntities;

/*
Add a new entity with a list of components and children (if exists)
* @param {object} entityData Entity definition to add:
Expand Down

0 comments on commit 05fc582

Please sign in to comment.