Skip to content

Commit 235e6fa

Browse files
committed
missed the argument
1 parent 5610269 commit 235e6fa

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
@@ -124,7 +124,7 @@
124124
// init is default when no action is given
125125
// functions are called with context of a single element
126126
var functions = {
127-
init: function(){
127+
init: function(options){
128128
var $s = $t.settings;
129129
$.extend($s, options);
130130
var refresh_el = $.proxy(refresh, this);

0 commit comments

Comments
 (0)