REFACTOR: Remove Discourse.__widget_helpers

It's now a variable in the context where the templates are created.
This commit is contained in:
Robin Ward
2020-08-06 14:35:46 -04:00
parent 792bd3faff
commit 7df57b35da
9 changed files with 14 additions and 22 deletions

View File

@ -6,6 +6,7 @@ template = <<~HBS
{{actions-summary-item attrs=as}}
{{attach widget="actions-summary-item" attrs=as}}
{{testing value="hello"}}
{{date "today"}}
HBS
ctx = MiniRacer::Context.new(timeout: 15000)