REFACTOR: Remove Discourse.__widget_helpers
It's now a variable in the context where the templates are created.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// discourse-skip-module
|
||||
|
||||
(function(context) {
|
||||
// register widget helpers for compiled `hbs`
|
||||
context.__widget_helpers = {
|
||||
avatar: require("discourse/widgets/post").avatarFor,
|
||||
dateNode: require("discourse/helpers/node").dateNode,
|
||||
iconNode: require("discourse-common/lib/icon-library").iconNode,
|
||||
rawHtml: require("discourse/widgets/raw-html").default
|
||||
};
|
||||
})(this);
|
||||
Reference in New Issue
Block a user