Skip to content

Commit c09975f

Browse files
author
Olivier Refalo
committed
remove strict mode, it breaks
1 parent ce6844d commit c09975f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

js/jquery.validationEngine.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
* Licensed under the MIT License
1212
*/
1313
(function($) {
14-
"use strict";
15-
16-
var methods = {
14+
15+
var methods = {
1716

1817
/**
1918
* Kind of the constructor, called before any action

0 commit comments

Comments
 (0)