File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ limitations under the License.
46
46
To use in Observable,
47
47
48
48
``` javascript
49
- inheritedWritableProperties = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@umd/browser.js' )
49
+ inheritedWritableProperties = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.1- umd/browser.js' )
50
50
```
51
51
52
52
To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -58,7 +58,7 @@ var inheritedWritableProperties = require( 'path/to/vendor/umd/utils-inherited-w
58
58
To include the bundle in a webpage,
59
59
60
60
``` html
61
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@umd/browser.js" ></script >
61
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.1- umd/browser.js" ></script >
62
62
```
63
63
64
64
If no recognized module system is present, access bundle contents via the global scope:
@@ -165,7 +165,7 @@ var pros = inheritedWritableProperties( f, 1 );
165
165
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@umd/browser.js" ></script >
166
166
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@umd/browser.js" ></script >
167
167
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@umd/browser.js" ></script >
168
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@umd/browser.js" ></script >
168
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-writable-properties@v0.2.1- umd/browser.js" ></script >
169
169
<script type =" text/javascript" >
170
170
(function () {
171
171
You can’t perform that action at this time.
0 commit comments