<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>closedhand.cur</filename>
    </added>
    <added>
      <filename>openhand.cur</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ Browser.init = function() {
     viewElem.genomeView = gv;
     var numTracks = 4;
     var addTrack = function() {
-        new Ajax.Request(&quot;newgene.json&quot;, {
+        new Ajax.Request(&quot;gene.json&quot;, {
             method: 'get',
             onSuccess: function(transport) {
                 try {
@@ -20,7 +20,7 @@ Browser.init = function() {
                 }
             }
         });
-        new Ajax.Request(&quot;newexon.json&quot;, {
+        new Ajax.Request(&quot;exon.json&quot;, {
             method: 'get',
             onSuccess: function(transport) {
                 try {</diff>
      <filename>Browser.js</filename>
    </modified>
    <modified>
      <diff>@@ -23,9 +23,9 @@ function Animation(subject, callback, steps) {
     this.callback = callback;
 
     var myAnim = this;
-    this.animID = setInterval(function() { myAnim.animate() }, 30);
+    //this.animID = setInterval(function() { myAnim.animate() }, 30);
     this.animFunction = function() { myAnim.animate(); };
-    //setTimeout(this.animFunction, 30);
+    setTimeout(this.animFunction, 0);
 
     subject.animation = this;
 }
@@ -34,14 +34,14 @@ Animation.prototype.animate = function () {
     if (this.index &lt; this.steps) {
         this.index += 1;
         this.step(this.index, this.steps);
-        //setTimeout(this.animFunction, 30);
+        setTimeout(this.animFunction, 30);
     } else {
         this.stop();
     }
 }
 
 Animation.prototype.stop = function() {
-    clearInterval(this.animID);
+    //clearInterval(this.animID);
     if (this.index == this.steps) this.callback(this);
     delete this.subject.animation;
 }    </diff>
      <filename>GenomeView.js</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ div.dragWindow {
     border-width: 1px;
     border-color: gray;
     /*background: transparent;*/
-    cursor: url(&quot;img/openhand.cur&quot;), move;
+    cursor: url(&quot;openhand.cur&quot;), move;
 }
 
 div.pos-label {</diff>
      <filename>genome.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>img/closedhand.cur</filename>
    </removed>
    <removed>
      <filename>img/openhand.cur</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e222cb0e51b14783a984fd7a934bc8940b66af30</id>
    </parent>
  </parents>
  <author>
    <name>Mitch Skinner</name>
    <email>mitch_skinner@berkeley.edu</email>
  </author>
  <url>http://github.com/jbrowse/jbrowse/commit/c2ad7017e4b3818a813a66002ed5596dd6bca1e6</url>
  <id>c2ad7017e4b3818a813a66002ed5596dd6bca1e6</id>
  <committed-date>2007-06-18T08:15:47-07:00</committed-date>
  <authored-date>2007-06-18T08:15:47-07:00</authored-date>
  <message>before vertical lazy</message>
  <tree>ca612543e2b15c9afd8858bf7a813e7dd7f5b8fb</tree>
  <committer>
    <name>Mitch Skinner</name>
    <email>mitch_skinner@berkeley.edu</email>
  </committer>
</commit>
