Skip to content

Commit 8341db4

Browse files
authored
Fix problems with using unpkg.com. (#41)
1 parent 336e5f6 commit 8341db4

7 files changed

Lines changed: 156 additions & 110 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ For the old-fashioned UMD approach (which can save you from about 560K of extra
129129
<script src="https://unpkg.com/@tubular/time/dist/umd/index.js"></script>
130130
```
131131

132+
_(Or ...`/data/timezone-large.js"`)_
133+
132134
The script element just above the `index.js` URL is an example of _optionally_ loading extended timezone definitions. Such a script element, if used, should precede the `index.js` script.
133135

134136
The **@tubular/time** package will be available via the global variable `tbTime`. `tbTime.ttime` is the default function, and other functions, classes, and constants will also be available on this variable, such as `tbTime.DateTime`, `tbTime.julianDay`, `tbTime.TIME_MS`, etc.

0 commit comments

Comments
 (0)