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

Enables debugger only when needed.

This commit is contained in:
Yury Delendik 2016-05-09 18:18:43 -05:00
parent 11914277d5
commit a4c81c203b
7 changed files with 66 additions and 23 deletions

View file

@ -0,0 +1,8 @@
'use strict';
//#if TRUE
var a;
//#elif FALSE
var b;
//#else
var c;
//#endif