diff options
author | Erik Lumme <erik@vaadin.com> | 2017-09-12 11:34:45 +0300 |
---|---|---|
committer | Erik Lumme <erik@vaadin.com> | 2017-09-12 11:34:45 +0300 |
commit | b6b8465ba7ff6ca036c000ee9c7d9f53064728b3 (patch) | |
tree | 051d22353419bb79f0933dceb4ce4b9d1968c2ab | |
parent | 0c429f7739771c0abab7326f906e4a3e05603c88 (diff) | |
download | vaadin-framework-b6b8465ba7ff6ca036c000ee9c7d9f53064728b3.tar.gz vaadin-framework-b6b8465ba7ff6ca036c000ee9c7d9f53064728b3.zip |
Remove link to non-migrated article
-rw-r--r-- | documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc b/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc index e9da228b1a..c9184be047 100644 --- a/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc +++ b/documentation/articles/IntegratingAJavaScriptLibraryAsAnExtension.asciidoc @@ -16,8 +16,7 @@ https://developers.google.com/analytics/devguides/collection/gajs/[Google Analytics]. Because the Analytics API just uses the same `_gaq.push` function with different arguments, the JavaScript connector logic can be equally simple. Aside from asynchronously loading ga.js, the client-side -code just adds a callback (see link:SimplifiedRPCusingJavaScript.asciidoc[Simplified RPC using JavaScript] for -more information) that the server-side code can use to push new +code just adds a callback that the server-side code can use to push new commands. [source,javascript] |