fix comments

This commit is contained in:
Christopher Jeffrey 2013-02-24 08:14:54 -06:00
parent 59de26fcbe
commit f80fb93419
1 changed files with 2 additions and 2 deletions

View File

@ -549,9 +549,9 @@ Tput.prototype._compile = function(val) {
// %+10d
// Probably should be: /^%(:-|[+# ])?(\d+(?:\.\d+)?)?([doxXs])/
if (read(/^%(:-|[+# ])(\d+(?:\.\d+)?)?([doxXs])?/)) {
// var op = cap[1]
// var flag = cap[1]
// , width = cap[2]
// , flag = cap[3];
// , type = cap[3];
print('');
continue;
}