helper should retain context
This commit is contained in:
parent
8524a9d94b
commit
7707803201
|
@ -26,6 +26,6 @@ export default function registerUnbound(name, fn) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return fn(property, params);
|
return fn.apply(this,[property, params]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue