[Pkg-javascript-commits] [pdf.js] 38/115: Move the `globals` comments in bidi.js and metadata.js to after the Copyright comments
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 373da010ac2e115b62675cca62e5823e3254b70d
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sat Nov 21 18:43:08 2015 +0100
Move the `globals` comments in bidi.js and metadata.js to after the Copyright comments
---
src/core/bidi.js | 2 +-
src/display/metadata.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/core/bidi.js b/src/core/bidi.js
index 0a347d3..6bd64b2 100644
--- a/src/core/bidi.js
+++ b/src/core/bidi.js
@@ -1,4 +1,3 @@
-/* globals PDFJS */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+/* globals PDFJS */
'use strict';
diff --git a/src/display/metadata.js b/src/display/metadata.js
index 148d6c7..1adf72f 100644
--- a/src/display/metadata.js
+++ b/src/display/metadata.js
@@ -1,4 +1,3 @@
-/* globals Document, error, PDFJS */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+/* globals Document, error, PDFJS */
'use strict';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list