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 69e1b4c commit daf7a9fCopy full SHA for daf7a9f
examples/requireJS.html
@@ -1,6 +1,6 @@
1
<meta charset="utf8" />
2
<html>
3
-<script src='http://requirejs.org/docs/release/2.3.6/minified/require.js'></script>
+<script src='https://requirejs.org/docs/release/2.3.6/minified/require.js'></script>
4
5
<script>
6
var baseUrl = '../dist'
@@ -57,4 +57,4 @@
57
Output is in Javscript console
58
</body>
59
60
-</html>
+</html>
0 commit comments