mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 02:09:30 +00:00
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…
x
Reference in New Issue
Block a user