development
David Benson 2017-01-23 22:24:35 +00:00 committed by GitHub
parent 9354942e8f
commit 245a8a4813
1 changed files with 4 additions and 4 deletions

View File

@ -70,10 +70,10 @@
<script type="text/javascript" src="javascript/src/js/mxClient.js"></script>
</pre>
<p>
<code>mxClient.js</code> contains all required code in a single file. Note
that the source code only ships with the commercial distributions. In the
evaluation version, the source code is loaded from a server using a special
URL. You should not make local copies of the evaluation source code.
<a href="https://github.com/jgraph/mxgraph/tree/master/javascript"><code>mxClient.min.js</code></a>
contains all required code in a single, minified, file. This is the file you
should use in production. During development, if you wish to change mxGraph
sources, use the bootstrapped <a href="https://github.com/jgraph/mxgraph/blob/master/javascript/src/js/mxClient.js"><code>mxClient.js</code></a> file.
</p>
<h2><a name="BrowserCheck"></a>Browser Check</h2>
<p>