Avoid DCE tango on JS.
This commit is contained in:
@@ -97,7 +97,7 @@ class Constructor {
|
|||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Context.defined('dce') && Context.definedValue('dce') == 'full') {
|
if (!Context.defined('js') && Context.defined('dce') && Context.definedValue('dce') == 'full') {
|
||||||
if (keepers.length == 0)
|
if (keepers.length == 0)
|
||||||
keepers.push(macro return);
|
keepers.push(macro return);
|
||||||
keepers.push(macro this.$name = $e);
|
keepers.push(macro this.$name = $e);
|
||||||
|
|||||||
Reference in New Issue
Block a user