Use strict mode

This commit is contained in:
Maximilian Krög
2020-02-16 14:10:31 +01:00
parent 15beb1f2c6
commit 99d9a9ff86

View File

@@ -1,4 +1,5 @@
$(function () { $(function () {
'use strict';
// Allow user configuration? // Allow user configuration?
const allowRegex = true; const allowRegex = true;