What steps will reproduce the problem?
1. Replace YUI Compressor with Google Closure compiler
2. See build fail
The following cause errors and/or warnings:
in CBC.js:
while (c.pop() != 0x80) ;
The compiler wants {} instead of ;
in AES.js (twice):
mode = options && options.mode || C.mode.OFB;
The variable mode is not declared. Prepending "var " to the lines solves this.
Original issue reported on code.google.com by pzbo...@gmail.com on 5 Mar 2011 at 1:07
Original issue reported on code.google.com by
pzbo...@gmail.com
on 5 Mar 2011 at 1:07