mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Move CustomStyle.
This commit is contained in:
parent
467c6f93b5
commit
2f34fd46cb
11 changed files with 87 additions and 55 deletions
|
@ -12,7 +12,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/*globals PDFJS, CustomStyle, mozL10n, SimpleLinkService */
|
||||
/*globals PDFJS, mozL10n, SimpleLinkService */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -27,6 +27,8 @@
|
|||
* @class
|
||||
*/
|
||||
var AnnotationsLayerBuilder = (function AnnotationsLayerBuilderClosure() {
|
||||
var CustomStyle = PDFJS.CustomStyle;
|
||||
|
||||
/**
|
||||
* @param {AnnotationsLayerBuilderOptions} options
|
||||
* @constructs AnnotationsLayerBuilder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue