Avoid DCE tango on JS.

This commit is contained in:
back2dos
2014-08-28 12:22:25 +02:00
parent e3484b4190
commit 30c4196f4f

View File

@@ -97,7 +97,7 @@ class Constructor {
default:
}
if (Context.defined('dce') && Context.definedValue('dce') == 'full') {
if (!Context.defined('js') && Context.defined('dce') && Context.definedValue('dce') == 'full') {
if (keepers.length == 0)
keepers.push(macro return);
keepers.push(macro this.$name = $e);