[
https://issues.apache.org/jira/browse/WICKET-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg reassigned WICKET-2060:
-------------------------------------
Assignee: Matej Knopp
> Invalid javascript when setStripJavascriptCommentsAndWhitespace is enabled
> --------------------------------------------------------------------------
>
> Key: WICKET-2060
> URL: https://issues.apache.org/jira/browse/WICKET-2060
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.5
> Reporter: Emond Papegaaij
> Assignee: Matej Knopp
> Attachments: jquery.hotkeys-0.7.8.js
>
>
> When setStripJavascriptCommentsAndWhitespace is enabled (for example in
> deployment mode), some javascript files get corrupted. For example, the
> following line (notice the 2 spaces after 'return')
> return this.__unbind__(type, fn);
> is compacted to
> return
> this.__unbind__(type, fn);
> which does not execute the unbind function.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.