1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Add tests and documentation for the annotation border style class

This patch adds:
- Unit tests for the annotation border style class
- Regression test (self-made) for the annotation border style class
- Documentation generation using JSDoc
This commit is contained in:
Tim van der Meij 2014-12-25 21:04:01 +01:00
parent 9550c00184
commit 6007a57291
6 changed files with 94 additions and 1 deletions

View file

@ -199,7 +199,8 @@ target.jsdoc = function() {
var JSDOC_FILES = [
'src/doc_helper.js',
'src/display/api.js',
'src/shared/util.js'
'src/shared/util.js',
'src/core/annotation.js'
];
if (test('-d', JSDOC_DIR)) {