Skip to content

Commit dd47d62

Browse files
committed
removing unused bit
1 parent ce7d24d commit dd47d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jquery.timeago.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
// functions are called with context of a single element
125125
var functions = {
126126
init: function(){
127-
$(this).data("origtime",$(this).html());
128127
var refresh_el = $.proxy(refresh, this);
129128
refresh_el();
130129
var $s = $t.settings;

0 commit comments

Comments
 (0)