Skip to content

Commit 373da01

Browse files
committed
Move the globals comments in bidi.js and metadata.js to after the Copyright comments
1 parent df46b64 commit 373da01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/bidi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* globals PDFJS */
21
/* Copyright 2012 Mozilla Foundation
32
*
43
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,7 @@
1312
* See the License for the specific language governing permissions and
1413
* limitations under the License.
1514
*/
15+
/* globals PDFJS */
1616

1717
'use strict';
1818

src/display/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* globals Document, error, PDFJS */
21
/* Copyright 2012 Mozilla Foundation
32
*
43
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,7 @@
1312
* See the License for the specific language governing permissions and
1413
* limitations under the License.
1514
*/
15+
/* globals Document, error, PDFJS */
1616

1717
'use strict';
1818

0 commit comments

Comments
 (0)