mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge remote-tracking branch 'mozilla/master' into issue1133
Conflicts: src/util.js test/test_manifest.json
This commit is contained in:
commit
c49e9ec07a
19 changed files with 152 additions and 50 deletions
|
@ -111,6 +111,10 @@ var Util = (function UtilClosure() {
|
|||
];
|
||||
}
|
||||
|
||||
Util.sign = function sign(num) {
|
||||
return num < 0 ? -1 : 1;
|
||||
};
|
||||
|
||||
return Util;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue