Remove inaccurate comment.

This commit is contained in:
Sam Rose 2024-10-07 12:27:17 +01:00
parent 55699cfaff
commit c21d8a8131
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ export function processJS(handlebars: string, context: any) {
snippetMap[snippet.name] = snippet.code
}
// Our $ context function gets a value from context.
// We clone the context to avoid mutation in the binding affecting real
// app context.
const sandboxContext = {
$: (path: string) => getContextValue(path, context),
helpers: getJsHelperList(),