added missing comma

main
TheConciergeDev 4 years ago committed by GitHub
parent ee01b31a3e
commit c5465a5f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23502,7 +23502,7 @@
"description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.", "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.",
"icon": "jQuery.svg", "icon": "jQuery.svg",
"js": { "js": {
"jQuery.fn.jquery": "([\\d.]+)\\;version:\\1" "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1",
"$.fn.jquery": "([\\d.]+)\\;version:\\1" "$.fn.jquery": "([\\d.]+)\\;version:\\1"
}, },
"scripts": [ "scripts": [