<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 /*
  * jQuery clueTip plugin
- * Version 1.0.4  (June 28, 2009)
+ * Version 1.0.5  (August 22, 2009)
  * @requires jQuery v1.2.6+
  *
  * Dual licensed under the MIT and GPL licenses:
@@ -18,7 +18,7 @@
 */
 
 ;(function($) { 
-  $.cluetip = {version: '1.0.4'};
+  $.cluetip = {version: '1.0.5'};
   var $cluetip, $cluetipInner, $cluetipOuter, $cluetipTitle, $cluetipArrows, $cluetipWait, $dropShadow, imgCount;
   $.fn.cluetip = function(js, options) {
     if (typeof js == 'object') {
@@ -414,11 +414,9 @@
             $this.unbind('mousemove.cluetip');
           });
         }
-        // remove default title tooltip on hover
-        $this.bind('mouseenter.cluetip', function(event) {
+        $this.bind('mouseover.cluetip', function(event) {
           $this.attr('title','');
-        })
-        .bind('mouseleave.cluetip', function(event) {
+        }).bind('mouseleave.cluetip', function(event) {
           $this.attr('title', $this.data('thisInfo').title);
         });
       }</diff>
      <filename>jquery.cluetip.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c421ac4d1b435de1b1c34220a1c9830f9117727e</id>
    </parent>
  </parents>
  <author>
    <name>Karl Swedberg</name>
    <email>karl@englishrules.com</email>
  </author>
  <url>http://github.com/kswedberg/jquery-cluetip/commit/c522d3234003773d54c5de7305cac643a7ffd371</url>
  <id>c522d3234003773d54c5de7305cac643a7ffd371</id>
  <committed-date>2009-08-22T06:22:05-07:00</committed-date>
  <authored-date>2009-08-22T06:22:05-07:00</authored-date>
  <message>fixed problem with Google Chrome not showing clueTips after first element (reported at http://plugins.jquery.com/node/8479)</message>
  <tree>c0f9bd12a566d95198f0aba690ae1af50463dc0a</tree>
  <committer>
    <name>Karl Swedberg</name>
    <email>karl@englishrules.com</email>
  </committer>
</commit>
