src/js/utils.js
branchpopcorn-port
changeset 584 f90c88ab9a26
parent 575 8f483e430f51
child 634 9de33a5ef2b3
equal deleted inserted replaced
583:310f5517a2ea 584:f90c88ab9a26
    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.