<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,7 +24,7 @@ module App
       field_ids = self.class::FIELDS.keys if !field_ids
 
       hash[:fields] = {}
-      field_ids.each { |fid| hash[:fields][fid] = \
+      field_ids.each { |fid| hash[:fields][fid] = 
           self.class::FIELDS[fid]::SCHEMA_CACHE }
 
       return hash
@@ -46,6 +46,5 @@ module App
       return self.data_hash().to_json
     end
 		
-    # end  InstanceMethods
   end
 end</diff>
      <filename>app/models/app/entity/representation.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,13 +5,11 @@ module App
       @using_fields = self.fields_used().to_a
     end
 
+    ##
+    # Calculates the fields used in this layout
+    #
+    # returns a set of field ids used in this layout
     def fields_used(items = self.class::ITEMS)
-#      [{:items =&gt;
-#            [{:items=&gt;[{:prefs=&gt;{&quot;fieldlet&quot;=&gt;&quot;0f843ee1c18d74a0&quot;, &quot;xtype&quot;=&gt;&quot;Text&quot;}}],
-#              :prefs=&gt;{&quot;xtype&quot;=&gt;&quot;Title&quot;},
-#              :using=&gt;&quot;26c24af2e134d3f9&quot;}],
-#          :prefs=&gt;{&quot;items&quot;=&gt;&quot;sfsdfs&quot;, &quot;xtype&quot;=&gt;&quot;EntityPanel&quot;, &quot;for&quot;=&gt;&quot;main&quot;}}]
-
       using = Set.new
       items.each do |item|
         using &lt;&lt; item[:using] if item[:using]</diff>
      <filename>app/models/app/layout.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b1edb523c5d0fb05f4289f968869f2888196eaf9</id>
    </parent>
  </parents>
  <author>
    <name>shlomiatar</name>
    <email>shlomiatar@gmail.com</email>
  </author>
  <url>http://github.com/shlomiatar/nifty-vm/commit/1a114fbe752bcd8d144437b5ff97fe9458a9ab11</url>
  <id>1a114fbe752bcd8d144437b5ff97fe9458a9ab11</id>
  <committed-date>2009-04-17T09:42:08-07:00</committed-date>
  <authored-date>2009-04-17T09:42:08-07:00</authored-date>
  <message>Cosmetics</message>
  <tree>4bc4af1e0397f7f1d319cdecc8ec088d03a04cef</tree>
  <committer>
    <name>shlomiatar</name>
    <email>shlomiatar@gmail.com</email>
  </committer>
</commit>
