Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Jörn Zaefferer | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed a bunch of endline issues.1.0.2 | John Resig | 2006-10-10 | 1 | -2/+2 |
| | |||||
* | Fixed bug #147, required some (ugly) modifications: changed function ↵ | Jörn Zaefferer | 2006-09-15 | 1 | -0/+2 |
jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... } |