don't register function as binding path for params
This commit is contained in:
parent
953a121aad
commit
794f696a59
@ -713,7 +713,7 @@ export default class Scope {
|
||||
if (path.isFunction()) {
|
||||
let params = path.get("params");
|
||||
for (let param of (params: Array)) {
|
||||
this.registerBinding("param", param, path);
|
||||
this.registerBinding("param", param);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user