Move the globals comments in bidi.js and metadata.js to after the Copyright comments

This commit is contained in:
Jonas Jenwald 2015-11-21 18:43:08 +01:00
parent df46b64045
commit 373da010ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/* globals PDFJS */
/* Copyright 2012 Mozilla Foundation /* Copyright 2012 Mozilla Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -13,6 +12,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/* globals PDFJS */
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/* globals Document, error, PDFJS */
/* Copyright 2012 Mozilla Foundation /* Copyright 2012 Mozilla Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -13,6 +12,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/* globals Document, error, PDFJS */
'use strict'; 'use strict';