Skip to content

Commit 302174e

Browse files
committed
fix: use strict mode, not sloppy mode
This could theoretically change behavior for `{{flutter_js}}`, but I think it's fine.
1 parent a05191b commit 302174e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__brick__/web/flutter_bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
{{=<% %>=}}{{flutter_js}}<%={{ }}=%>
23
{{=<% %>=}}{{flutter_build_config}}<%={{ }}=%>
34

0 commit comments

Comments
 (0)