From f80fb93419e660dacd94b2ef1331f744990b271d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 24 Feb 2013 08:14:54 -0600 Subject: [PATCH] fix comments --- lib/tput.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tput.js b/lib/tput.js index b952f9f..19e713f 100644 --- a/lib/tput.js +++ b/lib/tput.js @@ -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; }