<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,27 @@
-NOTE: This repo has been moved to http://github.com/ssoroka/
-Please get the latest version there.
-
 BusyAjax v0.3
 =============
 
+Description
+===========
+
+All projects can benefit by having a simple ajax spinner that follows the mouse when ajax calls are being made by the browser in the background. Gives the user a better experience, and saves you from coding it into every &quot;ajaxified&quot; view.
+
+Repo is http://github.com/ssoroka/busy_ajax/tree/master
+
+Usage
+=====
+in your document &lt;head&gt; put &lt;%= javascript_include_tag 'busy_ajax' %&gt;
+
+That's it!!
+
+If you had a pre-v0.2 copy of the project, You no longer need &lt;%= busy_ajax %&gt; in your project.
+
+Todo
+====
+
+- Make BusyAjax play nicer in the global namespace.
+
+
 New in v0.3
 ===========
 
@@ -20,19 +38,6 @@ An RJS example of that is:
 
 - Generally much cleaner.
 
-Description
-===========
-
-All projects can benefit by having a simple ajax spinner that follows the mouse when ajax calls are being made by the browser in the background. Gives the user a better experience, and saves you from coding it into every &quot;ajaxified&quot; view.
-
-Usage
-=====
-in your document &lt;head&gt; put &lt;%= javascript_include_tag 'busy_ajax' %&gt;
-
-That's it!!
-
-If you had a pre-v0.2 copy of the project, You no longer need &lt;%= busy_ajax %&gt; in your project.
-
 Written by
 Steven Soroka
 http://blog.stevensoroka.ca</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ function mouseX(evt) {
 	if (evt.pageX) 
 		return evt.pageX;
 	else if (evt.clientX)
-		return evt.clientX + (document.documentElement.scrollLeft ?  document.documentElement.scrollLeft : document.body.scrollLeft);
+		return evt.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);
 	else 
 		return 0;
 }</diff>
      <filename>javascripts/busy_ajax.js</filename>
    </modified>
    <modified>
      <diff>@@ -11,14 +11,14 @@ class BusyAjaxTest &lt; Test::Unit::TestCase
   include BusyAjax
 
   def setup
-    @controller = ActionController::Base.new
-    @request    = ActionController::TestRequest.new
-    @controller.request = @request
-    @view = ActionView::Base.new
-    @view.controller = @controller
+    # @controller = ActionController::Base.new
+    # @request    = ActionController::TestRequest.new
+    # @controller.request = @request
+    # @view = ActionView::Base.new
+    # @view.controller = @controller
   end
 
-  # There's really nothing to test now that it's all unobtrusive!
+  # There's really nothing to test now that it's all unobtrusive javascript..
   
   def test_header
     # assert @view.busy_ajax_head == '&lt;link href=&quot;/stylesheets/busy_ajax.css&quot; media=&quot;screen&quot; rel=&quot;Stylesheet&quot; type=&quot;text/css&quot; /&gt;&lt;script src=&quot;/javascripts/busy_ajax.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;'</diff>
      <filename>test/busy_ajax_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2b98b217ce4a96337c5e3516ecf65ec10bc247a</id>
    </parent>
  </parents>
  <author>
    <name>Steven Soroka</name>
    <email>ssoroka78@gmail.com</email>
  </author>
  <url>http://github.com/ssoroka/busy_ajax/commit/f2ac93722903c49a8e2d355741e8cf7c8575f2eb</url>
  <id>f2ac93722903c49a8e2d355741e8cf7c8575f2eb</id>
  <committed-date>2008-10-14T21:22:55-07:00</committed-date>
  <authored-date>2008-10-14T21:22:55-07:00</authored-date>
  <message>house keeping</message>
  <tree>64e9719cc487f0c978305b5157a364a9146af5f7</tree>
  <committer>
    <name>Steven Soroka</name>
    <email>ssoroka78@gmail.com</email>
  </committer>
</commit>
