You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/03/26 23:19:39 UTC

svn commit: r1582091 - /thrift/cms-site/trunk/content/tutorial/js.md

Author: roger
Date: Wed Mar 26 22:19:38 2014
New Revision: 1582091

URL: http://svn.apache.org/r1582091
Log:
lang=javascript

Modified:
    thrift/cms-site/trunk/content/tutorial/js.md

Modified: thrift/cms-site/trunk/content/tutorial/js.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/js.md?rev=1582091&r1=1582090&r2=1582091&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/js.md (original)
+++ thrift/cms-site/trunk/content/tutorial/js.md Wed Mar 26 22:19:38 2014
@@ -8,7 +8,7 @@ library_lang: "js"
 * This tutorial depends on an existing Thrift server. See either the [Java tutorial](/tutorial/java) or [C++ tutorial](/tutorial/cpp) for how to build and setup one of these servers.
 
 ### Client
-[snippet:path=tutorial/js/tutorial.html:lang=js:lines=47,65]
+[snippet:path=tutorial/js/tutorial.html:lang=javascript:lines=47,65]
 
 
 ### Server