It looks like the latest Closure Compiler reports this as an error in Google Closure Library.
Try using an older version of the Google Closure Compiler. If you are working from the repos, remove the lib/google folder and the compiler-latest.zip from the "in" folder and run the build with -Dclosure.download.filename=compiler-20140303.zip -Alex On 5/20/14 7:47 PM, "Darrell Loverin" <darrell.love...@gmail.com> wrote: >I'm getting errors when compiling the examples in asja. > >First I ran 'ant' in the main directory and it built without any >noticeable >errors: > > >compile: > > [echo] running gjslint > > [exec] 149 files checked, no errors found. > > [echo] running jshint > >Next I ran 'ant examples' to build the examples. A common error in the >examples is: > >ApacheFlex/asja/examples/CordovaCameraExample/bin/js-debug/library/closure >/goog/base.js:1503: >ERROR - "arguments.callee" cannot be used in ES5 strict mode > > [java] var caller = arguments.callee.caller; > > > >Any idea what I might be going wrong? > > >Thanks, > > >-Darrell