comparison interp.js @ 281:f6dfb85e80e5

Forgot to return this in previous self fix
author Michael Pavone <pavone@retrodev.com>
date Mon, 21 Jul 2014 19:41:15 -0700
parents 23b52d2d05a0
children 8511aac1ce82
comparison
equal deleted inserted replaced
280:23b52d2d05a0 281:f6dfb85e80e5
316 return newnode; 316 return newnode;
317 } else { 317 } else {
318 this.dirty = true; 318 this.dirty = true;
319 return this; 319 return this;
320 } 320 }
321 } else {
322 return this;
321 } 323 }
322 }; 324 };
323 325
324 symbol.prototype.makeHygienic = function(env) { 326 symbol.prototype.makeHygienic = function(env) {
325 if (this.dirty && this.cleanName() != 'self') { 327 if (this.dirty && this.cleanName() != 'self') {