Closed ipeychev closed 11 years ago
Note: this issue was imported, but it was originally created by Robert-Frampton...
UT ignores deprecated modules when the aui:script tag has the position property. For example.
<aui:script position="inline" use="aui-dialog,aui-dialog-iframe">
In this situation aui-dialog-iframe would not receive the -deprecated suffix. However,
<aui:script use="aui-dialog,aui-dialog-iframe">
would receive the -deprecated suffix.
Good, thanks, will fix that!
Note: this issue was imported, but it was originally created by Robert-Frampton...
UT ignores deprecated modules when the aui:script tag has the position property. For example.
In this situation aui-dialog-iframe would not receive the -deprecated suffix. However,
would receive the -deprecated suffix.