Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevDependency] Bump karma-chrome-launcher from 3.1.1 to 3.2.0 #666

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

*/
__storeAdapter: new StoreAdapter(),
/**

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 41 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description
* Getter for the underlying StoreAdapter property
*
* @return {StoreAdapter}
*/
render,
/**

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 80 in src/PDFJSAnnotate.js

GitHub Actions / test (10.x)

Missing JSDoc return description
* Convenience method for getting annotation data
*
* @alias StoreAdapter.getAnnotations
let originY;
let originX;
/**

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'e'

Check warning on line 22 in src/UI/arrow.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'e'
* Handle document.mousedown event
*/
function handleDocumentMousedown(e) {
/**
* Save a circle annotation
*
* @param {SVGElement} svg

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'svg'

Check warning on line 45 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'svg'
* @param {String} type The type of circle (circle, emptycircle, fillcircle)
* @param {Object} pt The point to use for annotation
* @param {float} radius

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc parameter description for 'radius'

Check warning on line 48 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc parameter description for 'radius'
* @param {String} color The color of the rects
*/
function saveCircle(svg, type, pt, radius, color) {
});
}
/**

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 71 in src/UI/circle.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'
* Enable circle behavior
*/
export function enableCircle(type) {
/**
* Handle annotation.click event
*
* @param {Element} e The annotation element that was clicked

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (10.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (12.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (14.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (12.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (14.x)

Expected JSDoc for 'target' but found 'e'

Check warning on line 363 in src/UI/edit.js

GitHub Actions / test (10.x)

Expected JSDoc for 'target' but found 'e'
*/
function handleAnnotationClick(target) {
createEditOverlay(target);
</div>
`;
/**

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (10.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (12.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (14.x)

Missing JSDoc return description

Check warning on line 16 in src/UI/page.js

GitHub Actions / test (10.x)

Missing JSDoc return description
* Create a new page to be appended to the DOM.
*
* @param {Number} pageNumber The page number that is being created
/**
* Handle document.mouseup event
*
* @param {Event} The DOM event to be handled

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (10.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (12.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (14.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (12.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (14.x)

Expected JSDoc for 'e' but found 'The'

Check warning on line 16 in src/UI/point.js

GitHub Actions / test (10.x)

Expected JSDoc for 'e' but found 'The'
*/
function handleDocumentMouseup(e) {
if (input || !findSVGAtPoint(e.clientX, e.clientY)) {
});
}
/**

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (12.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (14.x)

Missing JSDoc for parameter 'type'

Check warning on line 209 in src/UI/rect.js

GitHub Actions / test (10.x)

Missing JSDoc for parameter 'type'
* Enable rect behavior
*/
export function enableRect(type) {