Skip to content

Commit 439dfd0

Browse files
Changed Function.call to refresh.call
1 parent 61d3bc3 commit 439dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.timeago.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
if($(this).parents(":last").is("html") == false) {
120120
destroyed++;
121121
} else {
122-
Function.call(this, refresh);
122+
refresh.call(this);
123123
}
124124
});
125125
if (destroyed === self.length) {

0 commit comments

Comments
 (0)