hint that brackets may be required in AST_BlockStatement

This commit is contained in:
Mihai Bazon
2012-08-21 16:27:57 +03:00
parent ffe58a9961
commit 1b839eb35b
4 changed files with 16 additions and 18 deletions

View File

@@ -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);