pdf.js/external/builder/fixtures/confusing-comment.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
62 B
JavaScript
Raw Normal View History

'use strict';
//#if TRUE
var i = 0;
while(i-->0) {
}
//#endif