When calling user specified methods, Exp uses method copied in model, which can be dynamically overiden. This could lead to potential vulnerabilities and hence, lets bind this.methods with a scope of model whenever user calls a method instead of storing and accessing methods through this.model.
When calling user specified methods, Exp uses method copied in model, which can be dynamically overiden. This could lead to potential vulnerabilities and hence, lets bind
this.methodswith a scope of model whenever user calls a method instead of storing and accessing methods throughthis.model.