Open wbadam opened 7 years ago
$entry() function should wrap around the whole JavaScript function as in the example in GWT Documentation.
$entry()
A missing $entry() wrapper can block RPC calls heading to the server.
This caused the UI to be semi-responsive in the Vaadin wrapper of this library, the GoogleMaps Add-on.
$entry()
function should wrap around the whole JavaScript function as in the example in GWT Documentation.A missing
$entry()
wrapper can block RPC calls heading to the server.This caused the UI to be semi-responsive in the Vaadin wrapper of this library, the GoogleMaps Add-on.