mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-24 21:33:56 -05:00
Placing the immediate function call inside the )
.
This commit is contained in:
parent
627de675dc
commit
f6dbaa285f
1 changed files with 1 additions and 1 deletions
|
@ -138,4 +138,4 @@
|
||||||
// fix for IE6 suckage
|
// fix for IE6 suckage
|
||||||
document.createElement("abbr");
|
document.createElement("abbr");
|
||||||
document.createElement("time");
|
document.createElement("time");
|
||||||
})(jQuery);
|
}(jQuery));
|
||||||
|
|
Loading…
Reference in a new issue