Improve Google Web Toolkit detection

I  don't think `__gwt_` actually exists as a variable (leaving it around just to be sure). Adding some JavaScript variables that *do* exist.
main
q-- 5 years ago committed by GitHub
parent 8b6050b06a
commit b0e848461d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save