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