1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always

This commit is contained in:
Julian Viereck 2011-12-03 09:16:40 +01:00
parent 01d2929401
commit cf7d4503d6
3 changed files with 42 additions and 41 deletions

View file

@ -3,8 +3,6 @@
'use strict';
var isWorker = (typeof window == 'undefined');
/**
* Maximum time to wait for a font to be loaded by font-face rules.
*/