fix %r. remove comment.

This commit is contained in:
Christopher Jeffrey 2013-02-27 19:53:35 -06:00
parent 629995a669
commit 76fa728a89
1 changed files with 0 additions and 3 deletions

View File

@ -880,7 +880,6 @@ Tput.prototype._compile = function(val) {
if (this.termcap) {
// %r Single parameter capability
if (read(/^%r/)) {
expr('()');
continue;
}
// %+ Add value of next character to this parameter and do binary output
@ -951,8 +950,6 @@ Tput.prototype._parsePadding = function(code, print, done) {
var parts = code.split(/(?=\$<\d+[*\/]{0,2}>)/)
, i = 0;
// if (!parts[0]) parts.shift();
(function next() {
if (i === parts.length) {
return done();