hint that brackets may be required in AST_BlockStatement
This commit is contained in:
@@ -35,10 +35,6 @@ function Compressor(options) {
|
||||
return this;
|
||||
});
|
||||
|
||||
AST_Token.DEFMETHOD("squeeze", function(){
|
||||
return this;
|
||||
});
|
||||
|
||||
function SQUEEZE(nodetype, squeeze) {
|
||||
nodetype.DEFMETHOD("squeeze", function(compressor){
|
||||
compressor.push_node(this);
|
||||
|
||||
Reference in New Issue
Block a user