Merge pull request #2828 from q--/patch-8

Improve Google Web Toolkit detection
main
Kyle Taylor 5 years ago committed by GitHub
commit a30b541cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4422,7 +4422,12 @@
"icon": "Google Web Toolkit.png", "icon": "Google Web Toolkit.png",
"implies": "Java", "implies": "Java",
"js": { "js": {
"__gwt_": "" "__gwt_": "",
"__gwt_getMetaProperty": "",
"__gwt_activeModules": "",
"__gwt_isKnownPropertyValue": "",
"__gwt_stylesLoaded": "",
"__gwtlistener": ""
}, },
"meta": { "meta": {
"gwt:property": "" "gwt:property": ""

Loading…
Cancel
Save