We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e2275 commit e8e931fCopy full SHA for e8e931f
jquery.timeago.js
@@ -18,7 +18,7 @@
18
if (typeof define === 'function' && define.amd) {
19
// AMD. Register as an anonymous module.
20
define(['jquery'], factory);
21
- } if (typeof module === 'object' && typeof module.exports === 'object') {
+ } else if (typeof module === 'object' && typeof module.exports === 'object') {
22
factory(require('jquery'));
23
} else {
24
// Browser globals
0 commit comments