<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1408,7 +1408,7 @@ var makeTagB = function(tagName) { return function() {
       else {
         lastVal = elementize(lastVal);
         elt.appendChild(lastVal);
-        var lastValIx = elt.children.length - 1; 
+        var lastValIx = elt.childNodes.length - 1; 
         child.liftB(function(currentVal) {
           currentVal = elementize(currentVal);
           if (lastVal.parentNode != elt) {</diff>
      <filename>fx/flapjax-impl.js</filename>
    </modified>
    <modified>
      <diff>@@ -212,7 +212,7 @@ function compile(srcE) {
 
 
 function interact(compileB) {
-  var input = DIV({ contentEditable: true });
+  var input = DIV({ style: { minHeight: &quot;24pt&quot; }, contentEditable: true });
   var inputWrapper = DIV({ style: { minWidth: &quot;90%&quot;, position: &quot;absolute&quot;,
                                     display: &quot;inline&quot; }},
                          input);</diff>
      <filename>website/static/demos/repl.js</filename>
    </modified>
    <modified>
      <diff>@@ -1413,7 +1413,7 @@ var makeTagB = function(tagName) { return function() {
       else {
         lastVal = elementize(lastVal);
         elt.appendChild(lastVal);
-        var lastValIx = elt.children.length - 1; 
+        var lastValIx = elt.childNodes.length - 1; 
         child.liftB(function(currentVal) {
           currentVal = elementize(currentVal);
           if (lastVal.parentNode != elt) {</diff>
      <filename>website/static/download/flapjax-2.1.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>576e9a2e65fe9deb3ad239cf5fe40abd111cf099</id>
    </parent>
  </parents>
  <author>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </author>
  <url>http://github.com/arjunguha/flapjax/commit/bc7b7bc5ccc16b22bec96c63d96eec216f422954</url>
  <id>bc7b7bc5ccc16b22bec96c63d96eec216f422954</id>
  <committed-date>2009-11-03T05:46:34-08:00</committed-date>
  <authored-date>2009-11-03T05:46:34-08:00</authored-date>
  <message>Firefox 3.0.x compatibility; REPL works better in Firefox</message>
  <tree>c9fca740086d40b09c46c7aa3f73030cfb9598df</tree>
  <committer>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </committer>
</commit>
