Skip to content

Commit

Permalink
Item8788: Fix illegal chars in a couple of js files that cause yuicom…
Browse files Browse the repository at this point in the history
…pressor to die during build.pl release

git-svn-id: http://svn.foswiki.org/trunk@6968 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Mar 28, 2010
1 parent 1f8cbfb commit 9ef7bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
/**
/**
* hoverIntent is similar to jQuery's built-in "hover" function except that
* instead of firing the onMouseOver event immediately, hoverIntent checks
* to see if the user's mouse has slowed down (beneath the sensitivity
Expand Down Expand Up @@ -108,4 +108,4 @@
// bind the function to the two event listeners
return this.mouseover(handleHover).mouseout(handleHover);
};
})(jQuery);
})(jQuery);
@@ -1,4 +1,4 @@
/// <reference path="../../../lib/jquery-1.2.6.js" />
/// <reference path="../../../lib/jquery-1.2.6.js" />
/*
Masked Input plugin for jQuery
Copyright (c) 2007-2009 Josh Bush (digitalbush.com)
Expand Down Expand Up @@ -249,4 +249,4 @@
});
}
});
})(jQuery);
})(jQuery);

0 comments on commit 9ef7bb2

Please sign in to comment.