Closed ipeychev closed 11 years ago
There is an issue, if we have:
<aui:script use="aui-io,aui-io-plugin">
in JSP page, UT will ignore the second module.
Instead, it should add deprecated suffix to aio-io-plugin too, like this:
<aui:script use="aui-io-deprecated,aui-io-plugin-deprecated">
There is an issue, if we have:
in JSP page, UT will ignore the second module.
Instead, it should add deprecated suffix to aio-io-plugin too, like this: