'use strict' for compiled templates

This commit is contained in:
Patrick Steele-Idem 2015-05-27 11:06:50 -06:00
parent 76460f3be8
commit a2962c9d2c
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
"use strict";
function create(__helpers) {
var str = __helpers.s,
empty = __helpers.e,

View File

@ -1,3 +1,4 @@
"use strict";
function create(__helpers) {
var str = __helpers.s,
empty = __helpers.e,

View File

@ -1,3 +1,4 @@
"use strict";
function create(__helpers) {
var str = __helpers.s,
empty = __helpers.e,

View File

@ -1,3 +1,4 @@
"use strict";
function create(__helpers) {
var str = __helpers.s,
empty = __helpers.e,