File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
- inheritedEnumerablePropertySymbols = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@umd/browser.js' )
49
+ inheritedEnumerablePropertySymbols = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2- 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 inheritedEnumerablePropertySymbols = require( 'path/to/vendor/umd/utils-inhe
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-enumerable-property-symbols@umd/browser.js" ></script >
61
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2- umd/browser.js" ></script >
62
62
```
63
63
64
64
If no recognized module system is present, access bundle contents via the global scope:
@@ -137,7 +137,7 @@ var symbols = inheritedEnumerablePropertySymbols( [], 1 );
137
137
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@umd/browser.js" ></script >
138
138
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@umd/browser.js" ></script >
139
139
<script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@umd/browser.js" ></script >
140
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@umd/browser.js" ></script >
140
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-property-symbols@v0.2.2- umd/browser.js" ></script >
141
141
<script type =" text/javascript" >
142
142
(function () {
143
143
You can’t perform that action at this time.
0 commit comments