1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Use the |shadow| function from src/shared/util.js in viewer.js

This commit is contained in:
Jonas Jenwald 2015-01-31 22:43:30 +01:00
parent 294c4a86af
commit bb16475070
2 changed files with 12 additions and 31 deletions

View file

@ -325,6 +325,7 @@ function shadow(obj, prop, value) {
writable: false });
return value;
}
PDFJS.shadow = shadow;
var PasswordResponses = PDFJS.PasswordResponses = {
NEED_PASSWORD: 1,