<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,16 @@
 module ActionView::Helpers::AssetTagHelper
   alias_method :rails_javascript_include_tag, :javascript_include_tag
   
-  JAVASCRIPT_DEFAULT_SOURCES = ['mootools', 'mootools_patch']
+  JAVASCRIPT_DEFAULT_SOURCES = ['mootools-1.2-core', 'mootools-1.2-more', 'application', 'mootools_patch']
   @@javascript_default_sources = JAVASCRIPT_DEFAULT_SOURCES.dup
     
   def javascript_include_tag(*sources)
    if sources.delete :mootools
      sources = sources.concat(
-       ['mootools', behaviours_url]
+       ['mootools-1.2-core', 'mootools-1.2-more', 'application', behaviours_url]
      ).uniq
    elsif sources.delete :defaults
-     sources = ['mootools', 'mootools_patch', behaviours_url].concat(sources)
+     sources = ['mootools-1.2-core', 'mootools-1.2-more', 'mootools_patch', 'application', behaviours_url].concat(sources)
    end
 
    </diff>
      <filename>lib/rails/asset_tag_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>assets/javascripts/mootools.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>401a0a46237d6b45245a05f7bc1971bb21122eda</id>
    </parent>
  </parents>
  <author>
    <name>Grzegorz Kazulak</name>
    <email>grzegorzkazulak@GK-2.local</email>
  </author>
  <url>http://github.com/pointcom/mootools-on-rails/commit/d1d34a0495063a7861aab252f4187b0d4ad6cc1f</url>
  <id>d1d34a0495063a7861aab252f4187b0d4ad6cc1f</id>
  <committed-date>2008-07-22T00:58:44-07:00</committed-date>
  <authored-date>2008-07-22T00:58:44-07:00</authored-date>
  <message>modified assets helper as well as removed old version of mootools.js</message>
  <tree>d861c2a2a5097e52c0ade306e13b2d7529f441f4</tree>
  <committer>
    <name>Grzegorz Kazulak</name>
    <email>grzegorzkazulak@GK-2.local</email>
  </committer>
</commit>
