mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
8 lines
77 B
JavaScript
8 lines
77 B
JavaScript
'use strict';
|
|
//#if TRUE
|
|
var a;
|
|
//#elif FALSE
|
|
var b;
|
|
//#else
|
|
var c;
|
|
//#endif
|