File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -50,7 +50,7 @@ limitations under the License.
|
50 | 50 | To use in Observable,
|
51 | 51 |
|
52 | 52 | ```javascript
|
53 |
| -isComplex64Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@umd/browser.js' ) |
| 53 | +isComplex64Array = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@v0.2.2-umd/browser.js' ) |
54 | 54 | ```
|
55 | 55 |
|
56 | 56 | To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
|
@@ -62,7 +62,7 @@ var isComplex64Array = require( 'path/to/vendor/umd/array-base-assert-is-complex
|
62 | 62 | To include the bundle in a webpage,
|
63 | 63 |
|
64 | 64 | ```html
|
65 |
| -<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@umd/browser.js"></script> |
| 65 | +<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@v0.2.2-umd/browser.js"></script> |
66 | 66 | ```
|
67 | 67 |
|
68 | 68 | If no recognized module system is present, access bundle contents via the global scope:
|
@@ -124,7 +124,7 @@ var bool = isComplex64Array( arr );
|
124 | 124 | <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@umd/browser.js"></script>
|
125 | 125 | <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@umd/browser.js"></script>
|
126 | 126 | <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-complex64@umd/browser.js"></script>
|
127 |
| -<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@umd/browser.js"></script> |
| 127 | +<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-base-assert-is-complex64array@v0.2.2-umd/browser.js"></script> |
128 | 128 | <script type="text/javascript">
|
129 | 129 | (function () {
|
130 | 130 |
|
|
You can’t perform that action at this time.
0 commit comments