Author: roger
Date: Wed Mar 26 22:25:44 2014
New Revision: 1582092
URL: http://svn.apache.org/r1582092
Log:
lang=js
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=1582092&r1=1582091&r2=1582092&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/js.md (original)
+++ thrift/cms-site/trunk/content/tutorial/js.md Wed Mar 26 22:25:44 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=javascript:lines=47,65]
+[snippet:path=tutorial/js/tutorial.html:lang=js:lines=47,65]
### Server