We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2568a1e commit 734df5cCopy full SHA for 734df5c
index.html
@@ -4,11 +4,13 @@
4
<p>RequireJS is a JavaScript file and module loader. It is optimized for
5
in-browser use, but it can be used in other JavaScript environments,
6
like Rhino and <a href="requirejs/tree/master/docs/node.md">Node</a>. Using
7
- RequireJS will improve the speed and quality of your code.</p>
+ a modular script loader like RequireJS will improve the speed and
8
+ quality of your code.</p>
9
10
<p>
11
IE 6+ .......... compatible ✔<br>
- Safari 3.2 ..... compatible ✔<br>
12
+ Firefox 2+ ..... compatible ✔<br>
13
+ Safari 3.2+ .... compatible ✔<br>
14
Chrome 3+ ...... compatible ✔<br>
15
Opera 10+ ...... compatible ✔
16
</p>
0 commit comments