76c805f83b
Prior to PR 13042, when scripting wasn't really possible to use outside of the full viewer, the `enableScripting` option made sense. However, at this point in time having to both pass in a `PDFScriptingManager`-instance *and* set the `enableScripting`-boolean when creating a `BaseViewer`-instance feels redundant and (mostly) annoying. Hence this patch, which removes the *separate* boolean and always enables scripting when `scriptingManager` is provided. The relevant "viewer component" examples are also updated (with a comment), but in such a way that scripting support won't just break when used with the current PDF.js releases. |
||
---|---|---|
.. | ||
pageviewer.html | ||
pageviewer.js | ||
simpleviewer.html | ||
simpleviewer.js | ||
singlepageviewer.html | ||
singlepageviewer.js |