Skip to content

Commit 27d0c44

Browse files
committed
AC-391: Static test to cover "deprecated" jQuery methods
- Fixed styling
1 parent ddda424 commit 27d0c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Tests/Eslint/MiscDeprecatedFunctionsTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ $(function () {
44
$.parseJSON('');
55
jQuery.type({});
66
$.isArray({});
7-
$.isFunction({})
7+
$.isFunction({});
88
});

0 commit comments

Comments
 (0)