-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
I'm getting the following error in the console:
| g | @ | cap-height.js:1
-- | -- | -- | --
| apply | @ | lodash.js:496
| wrapper | @ | lodash.js:5356
| thru | @ | lodash.js:8812
| (anonymous) | @ | lodash.js:4379
| arrayReduce | @ | lodash.js:704
| baseWrapperValue | @ | lodash.js:4378
| wrapperValue | @ | lodash.js:9067
| h | @ | cap-height.js:1
| (anonymous) | @ | (index):550
I've included cap-height.js manually right at the bottom of my project:
<script src="https://unpkg.com/lodash@4.17.4"></script>
<script src="src/scripts/uncompiled/cap-height.js"></script>
<script>
capHeight.calculate({});
</script>
And using TypeKit in the <head>. Any ideas?
Many thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels