mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
7 lines
62 B
JavaScript
7 lines
62 B
JavaScript
|
'use strict';
|
||
|
//#if TRUE
|
||
|
var i = 0;
|
||
|
while(i-->0) {
|
||
|
}
|
||
|
//#endif
|