Skip to content

Commit cca740e

Browse files
committed
netteForms.js: use strict
1 parent ad09c0e commit cca740e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/assets/netteForms.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
}(typeof window !== 'undefined' ? window : this, function(window) {
2121

22+
'use strict';
23+
2224
var Nette = {};
2325

2426
/**

0 commit comments

Comments
 (0)