<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,9 @@ Todo:  	- remove highlight while loading
 	&lt;mx:states&gt;
 		&lt;mx:State name=&quot;loading&quot;&gt;
 			&lt;mx:AddChild position=&quot;lastChild&quot;&gt;
-				&lt;mx:VBox verticalAlign=&quot;middle&quot; horizontalAlign=&quot;center&quot; width=&quot;100%&quot; height=&quot;100%&quot; backgroundAlpha=&quot;0.14&quot; backgroundColor=&quot;white&quot;&gt;
+				&lt;mx:VBox verticalAlign=&quot;middle&quot; horizontalAlign=&quot;center&quot; 
+						width=&quot;100%&quot; height=&quot;100%&quot; 
+						backgroundAlpha=&quot;0.14&quot; backgroundColor=&quot;white&quot;&gt;
 					&lt;mx:HTML location=&quot;app:/wait.html&quot; /&gt;					
 				&lt;/mx:VBox&gt;
 			&lt;/mx:AddChild&gt;
@@ -25,6 +27,7 @@ Todo:  	- remove highlight while loading
 	&lt;![CDATA[
 		import mx.controls.Image;
 		import mx.core.Window;
+		import flash.display.Sprite;
 		import flash.ui.ContextMenu;
 		import flash.ui.ContextMenuItem;
 		
@@ -46,7 +49,7 @@ Todo:  	- remove highlight while loading
 				
 		private var highlighter:Sprite;
 		private function setupHighlighter():void {
-			    highlighter = new Sprite();
+			highlighter = new Sprite();
 	        highlighter.mouseEnabled =  false; // click goes behind
 	        highlighter.buttonMode = true;
 	        highlighter.contextMenu = appMenu;	   
@@ -81,7 +84,7 @@ Todo:  	- remove highlight while loading
 		}
 		
 		private function highlight(x:Number, y:Number, w:Number, h:Number):void {
-			highlighter.graphics.clear();	        
+			highlighter.graphics.clear();
 		    highlighter.graphics.beginFill(0xFFCC00, 0.2);
 		    highlighter.graphics.lineStyle(3, 0xFFCC00, 0.9, false);
 		    highlighter.graphics.drawRect(x, y, w, h); // FIXME: clip to container</diff>
      <filename>03_WebSnippet/air/src/WebSnippet.mxml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c203f8d352de9bf035257f25bfa73caa32a73237</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Wanja</name>
    <email>d@n-so.com</email>
  </author>
  <url>http://github.com/danielwanja/railsconf2008/commit/18ac86046f471f68e2c6e834930e80338a08cc74</url>
  <id>18ac86046f471f68e2c6e834930e80338a08cc74</id>
  <committed-date>2008-05-29T06:48:50-07:00</committed-date>
  <authored-date>2008-05-29T06:48:50-07:00</authored-date>
  <message>Code cleanup</message>
  <tree>56002581b9613c91bdafc25db7d57f3d6c7bd00e</tree>
  <committer>
    <name>Daniel Wanja</name>
    <email>d@n-so.com</email>
  </committer>
</commit>
