Changeset 4207
- Timestamp:
- 12/17/07 17:39:50 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jquery/test/unit/event.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/unit/event.js
r4162 r4207 264 264 }).click().click().click(); 265 265 }); 266 267 test("jQuery(function($) {})", function() { 268 stop(); 269 jQuery(function($) { 270 equals(jQuery, $, "ready doesn't provide an event object, instead it provides a reference to the jQuery function, see http://docs.jquery.com/Events/ready#fn"); 271 start(); 272 }); 273 });
