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

remove unused field

This commit is contained in:
notmasteryet 2011-12-29 18:01:47 -06:00
parent c25f837766
commit 1074c75f32

View file

@ -28,7 +28,6 @@ var Cache = function cacheCache(size) {
var RenderingQueue = (function RenderingQueueClosure() {
function RenderingQueue() {
this.busy = false;
this.items = [];
}