Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | undefined !== null and if (undefined) is not if (null) | Matěj Cepl | 2010-07-24 | 1 | -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 Cepl | 2010-07-21 | 1 | -0/+11 |
| | |||||
* | Add import JSON file to logs | Matěj Cepl | 2010-07-19 | 1 | -0/+20 |
| | |||||
* | Create a special library prompts, add prompts.prompt, and switch bzpage | Matěj Cepl | 2010-07-16 | 1 | -0/+82 |
and logger to use it. |