rmm5t / jquery-timeago

:clock8: The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago").
http://timeago.yarp.com
MIT License
3.82k stars 710 forks source link

Add jquery-timeago dependency to UMD wrappers #331

Closed andrejpavlovic closed 1 year ago

andrejpavlovic commented 6 years ago

As per issue discussed in rmm5t/jquery-timeago#323, locales cannot be loaded using CommonJS or AMD loaders reliably, since the jquery-timeago isn't specified as a required dependency.

This pull request fixes all locales to ensure jquery-timeago is loaded before locale data is set.