<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-#LyX 1.6.2 created this file. For more info see http://www.lyx.org/
+#LyX 1.6.3 created this file. For more info see http://www.lyx.org/
 \lyxformat 345
 \begin_document
 \begin_header
@@ -646,7 +646,7 @@ y
 getSomeValue
 \family default
  returns no value.
- In this context, the two function return a 
+ In this context, the two functions return a 
 \family typewriter
 Box[Int]
 \family default</diff>
      <filename>apdx-helpers.lyx</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-#LyX 1.6.0 created this file. For more info see http://www.lyx.org/
+#LyX 1.6.3 created this file. For more info see http://www.lyx.org/
 \lyxformat 345
 \begin_document
 \begin_header
@@ -296,13 +296,7 @@ import JE._
 
 \begin_layout Plain Layout
 
-var myName = 
-&quot;
-
-
-&quot;
-
-
+var myName = &quot;&quot;
 \end_layout
 
 \begin_layout Plain Layout
@@ -312,76 +306,22 @@ bind(...
 
 \begin_layout Plain Layout
 
-  
-&quot;
-
-name
-&quot;
-
- -&gt; text(myName, myName = _, 
-&quot;
-
-id
-&quot;
-
- -&gt; 
-&quot;
-
-myName
-&quot;
-
-),
+  &quot;name&quot; -&gt; text(myName, myName = _, &quot;id&quot; -&gt; &quot;myName&quot;),
 \end_layout
 
 \begin_layout Plain Layout
 
-  
-&quot;
-
-submit
-&quot;
-
- -&gt; submit(
-&quot;
-
-Save
-&quot;
-
-, ..., 
-&quot;
-
-onclick
-&quot;
-
- -&gt; 
+  &quot;submit&quot; -&gt; submit(&quot;Save&quot;, ..., &quot;onclick&quot; -&gt; 
 \end_layout
 
 \begin_layout Plain Layout
 
-    JsIf(JsEq(ValById(
-&quot;
-
-myName
-&quot;
-
-), 
-&quot;
-
-
-&quot;
-
-), 
+    JsIf(JsEq(ValById(&quot;myName&quot;), &quot;&quot;), 
 \end_layout
 
 \begin_layout Plain Layout
 
-      Alert(
-&quot;
-
-You must provide a name
-&quot;
-
-) &amp; JsReturn(false))
+      Alert(&quot;You must provide a name&quot;) &amp; JsReturn(false))
 \end_layout
 
 \begin_layout Plain Layout
@@ -2236,53 +2176,17 @@ var list = {
 
 \begin_layout Plain Layout
 
-		{name: 
-&quot;
-
-Thor
-&quot;
-
-, race: 
-&quot;
-
-Asgard
-&quot;
-
-}, 
+		{name: &quot;Thor&quot;, race: &quot;Asgard&quot;}, 
 \end_layout
 
 \begin_layout Plain Layout
 
-		{name: 
-&quot;
-
-Todd
-&quot;
-
-, race: 
-&quot;
-
-Wraith
-&quot;
-
-}, 
+		{name: &quot;Todd&quot;, race: &quot;Wraith&quot;}, 
 \end_layout
 
 \begin_layout Plain Layout
 
-		{name: 
-&quot;
-
-Rodney
-&quot;
-
-, race: 
-&quot;
-
-Human
-&quot;
-
-}
+		{name: &quot;Rodney&quot;, race: &quot;Human&quot;}
 \end_layout
 
 \begin_layout Plain Layout
@@ -2422,35 +2326,17 @@ status open
 
 \begin_layout Plain Layout
 
- &lt;li class=
-&quot;
-
-item_header
-&quot;
-
-&gt;Thor is Asgard&lt;/li&gt;
+ &lt;li class=&quot;item_header&quot;&gt;Thor is Asgard&lt;/li&gt;
 \end_layout
 
 \begin_layout Plain Layout
 
- &lt;li class=
-&quot;
-
-item_header
-&quot;
-
-&gt;Todd is Wraith&lt;/li&gt;
+ &lt;li class=&quot;item_header&quot;&gt;Todd is Wraith&lt;/li&gt;
 \end_layout
 
 \begin_layout Plain Layout
 
- &lt;li class=
-&quot;
-
-item_header
-&quot;
-
-&gt;Rodney is Human&lt;/li&gt;
+ &lt;li class=&quot;item_header&quot;&gt;Rodney is Human&lt;/li&gt;
 \end_layout
 
 \begin_layout Plain Layout
@@ -2764,13 +2650,7 @@ name &quot;lst:Ajax-JSON-response&quot;
 
 \begin_layout Plain Layout
 
-			&quot;button&quot; -&gt; SHtml.ajaxButton(Text(
-&quot;
-
-Press me
-&quot;
-
-), ajaxFunc _))
+			&quot;button&quot; -&gt; SHtml.ajaxButton(Text(&quot;Press me&quot;), ajaxFunc _))
 \end_layout
 
 \begin_layout Plain Layout
@@ -3145,7 +3025,32 @@ class JSONForm {
 
 \begin_layout Plain Layout
 
-	def head = &lt;head&gt;{Script(json.jsCmd)}&lt;/head&gt; 
+	def head = 
+\end_layout
+
+\begin_layout Plain Layout
+
+    &lt;head&gt;
+\end_layout
+
+\begin_layout Plain Layout
+
+    &lt;script type=&quot;text/javascript&quot; 
+\end_layout
+
+\begin_layout Plain Layout
+
+            src={&quot;/&quot; + LiftRules.resourceServerPath + &quot;/jlift.js&quot;} /&gt;
+\end_layout
+
+\begin_layout Plain Layout
+
+    {Script(json.jsCmd)}
+\end_layout
+
+\begin_layout Plain Layout
+
+    &lt;/head&gt; 
 \end_layout
 
 \begin_layout Plain Layout
@@ -3189,7 +3094,7 @@ class JSONForm {
 
 \begin_layout Plain Layout
 
-			case j @ JsonCmd(&quot;processForm&quot;, _, p: Map[String, _], _) =&gt; {
+			case JsonCmd(&quot;processForm&quot;, _, p: Map[String, _], _) =&gt; {
 \end_layout
 
 \begin_layout Plain Layout</diff>
      <filename>chap-js_commands.lyx</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-#LyX 1.6.1 created this file. For more info see http://www.lyx.org/
+#LyX 1.6.3 created this file. For more info see http://www.lyx.org/
 \lyxformat 345
 \begin_document
 \begin_header
@@ -2356,7 +2356,7 @@ name &quot;lst:Customizing-the-Title&quot;
 
 \begin_layout Plain Layout
 
-val userTitle = Title(() =&gt; 
+val userTitle = Title((_) =&gt; 
 \end_layout
 
 \begin_layout Plain Layout</diff>
      <filename>chap-sitemap.lyx</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>911f5aedb9f812eb9fa72f3c8861b82310cd2a7c</id>
    </parent>
  </parents>
  <author>
    <name>Derek Chen-Becker</name>
    <email>github@chen-becker.org</email>
  </author>
  <url>http://github.com/tjweir/liftbook/commit/fd6c57bc48153c2a401e16479691b3b2109c09d6</url>
  <id>fd6c57bc48153c2a401e16479691b3b2109c09d6</id>
  <committed-date>2009-09-17T13:22:54-07:00</committed-date>
  <authored-date>2009-09-17T13:22:54-07:00</authored-date>
  <message>More minor edits based on feedback.</message>
  <tree>9b727ce6fe9f60a6efffa31e9f846b1746b5687b</tree>
  <committer>
    <name>Derek Chen-Becker</name>
    <email>github@chen-becker.org</email>
  </committer>
</commit>
