equal
deleted
inserted
replaced
61 |
61 |
62 return ret; |
62 return ret; |
63 } |
63 } |
64 return {"hours" : hours, "minutes" : minutes, "seconds" : seconds, toString: toString_fn}; |
64 return {"hours" : hours, "minutes" : minutes, "seconds" : seconds, toString: toString_fn}; |
65 }; |
65 }; |
66 |
|
67 IriSP.secondsToString |
|
68 |
66 |
69 /* format a tweet - replaces @name by a link to the profile, #hashtag, etc. */ |
67 /* format a tweet - replaces @name by a link to the profile, #hashtag, etc. */ |
70 IriSP.formatTweet = function(tweet) { |
68 IriSP.formatTweet = function(tweet) { |
71 /* |
69 /* |
72 an array of arrays which hold a regexp and its replacement. |
70 an array of arrays which hold a regexp and its replacement. |