mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
jquery-match-height pr fixes
This commit is contained in:
@@ -5,7 +5,6 @@ $(document).ready(() => {
|
||||
$(".containers").matchHeight({
|
||||
byRow: true,
|
||||
property: "height",
|
||||
target: null,
|
||||
remove: true}
|
||||
);
|
||||
});
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
Reference in New Issue
Block a user