<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,9 +63,7 @@ module JsMaskHelper
   def js_mask_javascript(id)
     javascript_tag(&quot;
         Event.addBehavior.reassignAfterAjax = true;
-        Event.addBehavior({
-            'input##{id}' : JSMask.Run
-        });
+        Event.addBehavior({'input##{id}' : JSMask.Run});
       &quot;);
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/js_mask_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ class JsMaskTest &lt; Test::Unit::TestCase
   include ActionView::Helpers::FormTagHelper
   
   def test_text_field_with_js_mask
-    assert_dom_equal %(&lt;input name=\&quot;schedule[finish]\&quot; size=\&quot;30\&quot; class=\&quot;mask_date_br\&quot; type=\&quot;text\&quot; id=\&quot;schedule_finish\&quot; /&gt;&lt;script type=\&quot;text/javascript\&quot;&gt;\n//&lt;![CDATA[\n\n        Event.addBehavior.reassignAfterAjax = true;\n        Event.addBehavior({\n            'input#schedule_finish' : JSMask.Run\n        });\n      \n//]]&gt;\n&lt;/script&gt;),
+    assert_dom_equal %(&lt;input name=\&quot;schedule[finish]\&quot; size=\&quot;30\&quot; class=\&quot;mask_date_br\&quot; type=\&quot;text\&quot; id=\&quot;schedule_finish\&quot; /&gt;&lt;script type=\&quot;text/javascript\&quot;&gt;\n//&lt;![CDATA[\n\n        Event.addBehavior.reassignAfterAjax = true;\n        Event.addBehavior({'input#schedule_finish' : JSMask.Run});\n      \n//]]&gt;\n&lt;/script&gt;),
       text_field_with_js_mask(:schedule, :finish, :class =&gt; 'mask_date_br')
   end
   </diff>
      <filename>test/js_mask_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>544c98e523b39b8c8f315ae90031ae1b1ac7e940</id>
    </parent>
  </parents>
  <author>
    <name>Sylvestre Mergulhao</name>
    <email>contato@mergulhao.info</email>
  </author>
  <url>http://github.com/ozeias/js_mask/commit/fb2aee726dcb934502613928d03df04fe806ce09</url>
  <id>fb2aee726dcb934502613928d03df04fe806ce09</id>
  <committed-date>2008-09-22T22:17:37-07:00</committed-date>
  <authored-date>2008-09-22T22:17:37-07:00</authored-date>
  <message>fixing ie7 and ff3 bug</message>
  <tree>ebe93201712e634324fc1a35d5f8e285693f9541</tree>
  <committer>
    <name>Sylvestre Mergulhao</name>
    <email>contato@mergulhao.info</email>
  </committer>
</commit>
