Move the idea of a symbol having a default value up the class chain.
This commit is contained in:
committed by
Richard van Velzen
parent
5b553aafe2
commit
7a8cffd631
@@ -1288,7 +1288,7 @@ function OutputStream(options) {
|
||||
DEFPRINT(AST_Symbol, function (self, output) {
|
||||
self._do_print(output);
|
||||
});
|
||||
DEFPRINT(AST_SymbolFunarg, function(self, output){
|
||||
DEFPRINT(AST_SymbolDeclaration, function(self, output){
|
||||
self._do_print(output);
|
||||
if (self.default) {
|
||||
output.space();
|
||||
|
||||
Reference in New Issue
Block a user