[Pkg-javascript-commits] [pdf.js] 26/119: Remove reference to GNUpdf from comment in |DocumentProperties.parseDate|

David Prévot taffit at moszumanska.debian.org
Wed May 13 21:27:38 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 3974adcc22c9ee8fc3022ae5f5bbec03d62bc7d2
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Sat Mar 28 11:43:10 2015 +0100

    Remove reference to GNUpdf from comment in |DocumentProperties.parseDate|
    
    Since the link is no longer valid, we should remove it from the comment.
    
    (Using the Internet Archive, it seems that the contents of that page was basically identical to the PDF specification.)
---
 web/document_properties.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/web/document_properties.js b/web/document_properties.js
index f0f1c67..810a627 100644
--- a/web/document_properties.js
+++ b/web/document_properties.js
@@ -151,8 +151,7 @@ var DocumentProperties = {
   },
 
   parseDate: function documentPropertiesParseDate(inputDate) {
-    // This is implemented according to the PDF specification (see
-    // http://www.gnupdf.org/Date for an overview), but note that
+    // This is implemented according to the PDF specification, but note that
     // Adobe Reader doesn't handle changing the date to universal time
     // and doesn't use the user's time zone (they're effectively ignoring
     // the HH' and mm' parts of the date string).

-- 
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