3.0 source code

This commit is contained in:
agolybev
2015-04-28 17:59:00 +03:00
parent c69fd34bdd
commit 7b3b2248e5
16311 changed files with 1445974 additions and 3108429 deletions

21
OfficeWeb/vendor/requirejs/index.html vendored Normal file
View File

@@ -0,0 +1,21 @@
<div id="intro" class="mono">
<p>/* ---</p>
<p>RequireJS is a JavaScript file and module loader. It is optimized for
in-browser use, but it can be used in other JavaScript environments,
like Rhino and <a href="requirejs/tree/master/docs/node.md">Node</a>. Using
a modular script loader like RequireJS will improve the speed and
quality of your code.</p>
<p>
IE 6+ .......... compatible &#x2714;<br>
Firefox 2+ ..... compatible &#x2714;<br>
Safari 3.2+ .... compatible &#x2714;<br>
Chrome 3+ ...... compatible &#x2714;<br>
Opera 10+ ...... compatible &#x2714;
</p>
<p><a href="requirejs/tree/master/docs/start.md">Get started</a> then check out the <a href="requirejs/tree/master/docs/api.md">API</a>.</p>
<p>--- */</p>
</div>