fix(docs) Update docs value for mxForceIncludes variable

development
Jon Gadsden 2021-05-12 15:50:32 +01:00 committed by GitHub
commit 8f4d3dec1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const mxClient = {
*
* (code)
* <script type="text/javascript">
* let mxLoadResources = true;
* let mxForceIncludes = false;
* </script>
* <script type="text/javascript" src="/path/to/core/directory/js/mxClient.js"></script>
* (end)