mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
'use strict' for compiled templates
This commit is contained in:
parent
76460f3be8
commit
a2962c9d2c
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
function create(__helpers) {
|
||||
var str = __helpers.s,
|
||||
empty = __helpers.e,
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
function create(__helpers) {
|
||||
var str = __helpers.s,
|
||||
empty = __helpers.e,
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
function create(__helpers) {
|
||||
var str = __helpers.s,
|
||||
empty = __helpers.e,
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
function create(__helpers) {
|
||||
var str = __helpers.s,
|
||||
empty = __helpers.e,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user