1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Add Util functions to PDFJS.

This commit is contained in:
Brendan Dahl 2012-04-16 09:45:49 -07:00
parent 459e08d1b4
commit 04c8d1454d
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ function stringToBytes(str) {
var IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
var Util = (function UtilClosure() {
var Util = PDFJS.Util = (function UtilClosure() {
function Util() {}
Util.makeCssRgb = function Util_makeCssRgb(r, g, b) {