jquery-match-height pr fixes

This commit is contained in:
Andrea Briganti
2017-05-24 17:22:24 +02:00
parent 3248ac28b4
commit a1d65618d8
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ $(document).ready(() => {
$(".containers").matchHeight({
byRow: true,
property: "height",
target: null,
remove: true}
);
});

View File

@@ -7,7 +7,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"