maxGraph/packages
Thomas Bouffard 311514dca3
refactor: clean the Client class (#94)
Remove unused static properties
  - mxForceIncludes: it was used to force loading the JavaScript files in development mode in mxGraph. We are not managing development mode in that way anymore.
  - mxLoadResource: not used anymore
  - mxLoadStylesheets: not used anymore
  - mxResourceExtension: it was only used in Translations, so only keep the Translations settings

Move and rename the link function. It is not a general function, so move it as `domUtils#addLinkToHead`

Fix documentation of static properties
2022-07-16 07:15:04 +02:00
..
core refactor: clean the Client class (#94) 2022-07-16 07:15:04 +02:00
html chore: improve the configuration to build the npm package (#87) 2022-07-05 08:08:25 +02:00
ts-example chore: improve the configuration to build the npm package (#87) 2022-07-05 08:08:25 +02:00