[
https://issues.apache.org/jira/browse/CB-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264887#comment-13264887
]
hongbo lu commented on CB-604:
------------------------------
for now, it's the only issue, I saw in target-script-min.js, at line 904, you
have :
func = args.callee;
which causes problem. because callee is not accessible in function that uses
strict mode.
> doesn't work in strict mode
> ---------------------------
>
> Key: CB-604
> URL: https://issues.apache.org/jira/browse/CB-604
> Project: Apache Callback
> Issue Type: Bug
> Components: weinre
> Environment: ubuntu/windows
> Reporter: hongbo lu
> Assignee: Patrick Mueller
>
> weinre doesn't work in strict mode ,because it trys to access "func.caller"
> which isn't allowed in strict mode
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira