[Pkg-javascript-commits] [pdf.js] 19/204: Update document_properties.js
David Prévot
taffit at moszumanska.debian.org
Sat Oct 25 18:50:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 4acb744f77a3828efdd26d08f6ffd9517302b3a8
Author: yscumc <yat.so at dbmi.columbia.edu>
Date: Thu Aug 28 16:22:57 2014 -0400
Update document_properties.js
Fix for minutes tz calculation
---
web/document_properties.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/document_properties.js b/web/document_properties.js
index f14aa3a..c718cc5 100644
--- a/web/document_properties.js
+++ b/web/document_properties.js
@@ -184,7 +184,7 @@ var DocumentProperties = {
minutes += offsetMinutes;
} else if (utRel === '+') {
hours -= offsetHours;
- minutes += offsetMinutes;
+ minutes -= offsetMinutes;
}
// Return the new date format from the user's locale.
--
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