Skip to content

Instantly share code, notes, and snippets.

@mokamoto
Created November 29, 2013 09:46
Show Gist options
  • Save mokamoto/7703555 to your computer and use it in GitHub Desktop.
Save mokamoto/7703555 to your computer and use it in GitHub Desktop.
global class JSRemoteController{
@remoteAction
global static String getEchoService(String areaMessage){
return areaMessage;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment