mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
5 lines
42 B
JavaScript
5 lines
42 B
JavaScript
|
'use strict';
|
||
|
var i = 0;
|
||
|
while(i-->0) {
|
||
|
}
|