jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

Browser installation doesn't work #67

Closed martinburch closed 7 years ago

martinburch commented 7 years ago

I can use moment.js like this:

<script src="moment.min.js"></script>

So why does this not work?

<script src="moment.min.js"></script>
<script src="moment-duration-format.js"></script>

I can create a duration in moment and use .humanize() but when I try .format() I'm told it's not a function. The file moment-duration-format.js is loaded but it doesn't seem to do anything.

martinburch commented 7 years ago

Oops I can see the typo now ...