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

Merge pull request #1781 from brendandahl/app-pref

GH Portion of the Control pdf.js and Other PDF Plugins using Application Preferences bug
This commit is contained in:
Yury Delendik 2012-06-01 16:46:48 -07:00
commit 769bbf20e1
9 changed files with 251 additions and 8 deletions

View file

@ -1113,7 +1113,8 @@ var PageView = function pageView(container, pdfPage, id, scale,
div.appendChild(comment);
break;
case 'Widget':
TODO('support forms');
// TODO: support forms
PDFView.fallback();
break;
}
}