This website works better with JavaScript.
Explore
Help
Sign In
akira
/
pdfjs-dist
Watch
1
Star
0
Fork
You've already forked pdfjs-dist
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Generic build of PDF.js library.
8847
Commits
1
Branch
1804
Tags
126 MiB
Tree:
a4c81c203b
pdfjs-dist
/
external
/
builder
/
fixtures
/
if-true-elif-false-else.js
9 lines
77 B
Raw
Normal View
History
Unescape
Escape
Enables debugger only when needed.
9 years ago
'use strict'
;
//#if TRUE
var
a
;
//#elif FALSE
var
b
;
//#else
var
c
;
//#endif