* Some progress on message list fetching / display... WIP!

This commit is contained in:
Bryan Ashby 2015-08-27 22:20:24 -06:00
parent ede00f8937
commit 8dc06cb49d
5 changed files with 56 additions and 8 deletions

View file

@ -9,7 +9,6 @@ exports.pad = pad;
exports.replaceAt = replaceAt;
exports.isPrintable = isPrintable;
exports.debugEscapedString = debugEscapedString;
exports.format = format;
// :TODO: create Unicode verison of this
var VOWELS = [ 'a', 'e', 'i', 'o', 'u' ];