Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 16855e5

Browse files
fix: use strcit mode for the zone.js code only
The problem with using strict mode for the entire files is that it will propagate for the entire bundled files if zones.js is concatenated with other code written in the non-strict mode
1 parent 5d6bee4 commit 16855e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
'use strict';
2-
31
(function (exports) {
42

3+
'use strict';
4+
55
var zone = null;
66

77

0 commit comments

Comments
 (0)