cufon icon indicating copy to clipboard operation
cufon copied to clipboard

Two warnings using Google closure compiler

Open majorz opened this issue 13 years ago • 0 comments

FYI:

JSC_SUSPICIOUS_SEMICOLON: If this if/for/while really shouldnt have a body, use {} at line 23 character 4 in cufon.js for (var fn; fn = queue.shift(); fn()); ^ JSC_SUSPICIOUS_SEMICOLON: If this if/for/while really shouldnt have a body, use {} at line 254 character 3 in cufon.js for (var fn; fn = queue.shift(); fn());

majorz avatar Sep 09 '10 03:09 majorz