work around bad choice of method name.

This commit is contained in:
Christopher Jeffrey 2015-01-16 15:08:27 -08:00
parent 436c81204f
commit 1872f1406d

View File

@ -5683,6 +5683,8 @@ Prompt.prototype.type = function(text, value, callback) {
this.screen.render();
};
Prompt.prototype.type.toString = function() { return 'prompt'; };
/**
* Question
*/