aboutsummaryrefslogtreecommitdiffstats
path: root/lib/prompts.js
Commit message (Collapse)AuthorAgeFilesLines
* undefined !== null and if (undefined) is not if (null)Matěj Cepl2010-07-241-4/+3
| | | | | - prompts.prompt* should return null when cancelled - don't return undefined when you meant to throw an exception
* Add a alert as a prompt to prompts library and use it.Matěj Cepl2010-07-211-0/+11
|
* Add import JSON file to logsMatěj Cepl2010-07-191-0/+20
|
* Create a special library prompts, add prompts.prompt, and switch bzpageMatěj Cepl2010-07-161-0/+82
and logger to use it.