pragmaticly / smart-time-ago

Smart Time Ago is a little jQuery library to update the relative timestamps in your document.
http://pragmaticly.github.com/smart-time-ago/
MIT License
583 stars 65 forks source link

undocumented addition to $.fn #13

Open hayeah opened 12 years ago

hayeah commented 12 years ago

https://github.com/pragmaticly/smart-time-ago/blob/master/src/timeago.coffee#L122

hayeah commented 12 years ago

I'd rather use a locally scoped function within the coffeescript compilation closure

-@$element.findAndSelf(@options.selector)
+ findAndSelf(@$element,@options.selector)
poshboytl commented 12 years ago

give me a PR dude... not pretty sure what you mean...

:dancers: