forgotten compilation from parent commit

This commit is contained in:
Michael Ficarra
2014-01-25 22:54:25 -06:00
parent d687d52f9e
commit a5d6285cfd

View File

@@ -2153,7 +2153,6 @@
Expansion.prototype.isComplex = NO;
Expansion.prototype.compileNode = function(o) {
throw new Error;
return this.error('Expansion must be used inside a destructuring assignment or parameter list');
};