UNPKG
pdfjs-lib
Version:
latest (0.0.149)
0.0.149
Generic build of Mozilla's PDF.js library.
mozilla.github.io/pdf.js/
mozilla/pdfjs-dist
pdfjs-lib
/
lib
/
external
/
builder
/
fixtures
/
confusing-comment.js
7 lines
(6 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
//#if TRUE
var
i =
0
;
while
(i-->
0
) { }
//#endif