Doc update for unpkg src attr (#2205)
* Add https: to unpkg src attr * [docs] Credit @cavemansspa
This commit is contained in:
parent
8ae094fd85
commit
e62f0f38f6
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
- render/events: `Object.prototype` properties can no longer interfere with event listener calls.
|
- render/events: `Object.prototype` properties can no longer interfere with event listener calls.
|
||||||
- render/events: Event handlers, when set to literally `undefined` (or any non-function), are now correctly removed.
|
- render/events: Event handlers, when set to literally `undefined` (or any non-function), are now correctly removed.
|
||||||
- render/hooks: fixed an ommission that caused `oninit` to be called unnecessarily in some cases [#1992](https://github.com/MithrilJS/mithril.js/issues/1992)
|
- render/hooks: fixed an ommission that caused `oninit` to be called unnecessarily in some cases [#1992](https://github.com/MithrilJS/mithril.js/issues/1992)
|
||||||
- docs: fix typo ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb))
|
- docs: tweaks: ([#2104](https://github.com/MithrilJS/mithril.js/pull/2104) [@mikeyb](https://github.com/mikeyb), [#2205](https://github.com/MithrilJS/mithril.js/pull/2205), [@cavemansspa](https://github.com/cavemansspa))
|
||||||
---
|
---
|
||||||
|
|
||||||
### v1.1.7
|
### v1.1.7
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ Let's create an HTML file to follow along:
|
||||||
|
|
||||||
```markup
|
```markup
|
||||||
<body>
|
<body>
|
||||||
<script src="//unpkg.com/mithril/mithril.js"></script>
|
<script src="https://unpkg.com/mithril/mithril.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var root = document.body
|
var root = document.body
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue