veged / xjst

Extensible JavaScript Transformations

Home Page:http://veged.github.com/xjst/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wierd handling of local body

indutny opened this issue · comments

var m = apply(this.ctx._mix = true), n = 1; will put this.ctx._mix = true, n =1 into local's body.