git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ff269
)
Fix for #849
author
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 7 Feb 2007 19:51:59 +0000
(19:51 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 7 Feb 2007 19:51:59 +0000
(19:51 +0000)
src/event/event.js
patch
|
blob
|
history
diff --git
a/src/event/event.js
b/src/event/event.js
index
81c1939
..
02bdbe4
100644
(file)
--- a/
src/event/event.js
+++ b/
src/event/event.js
@@
-429,7
+429,7
@@
jQuery.fn.extend({
*
* There is one argument passed to the ready event handler: A reference to
* the jQuery function. You can name that argument whatever you like, and
- * can therefore stick with the $ alias without risc of naming collisions.
+ * can therefore stick with the $ alias without risk of naming collisions.
*
* Please ensure you have no code in your <body> onload event handler,
* otherwise $(document).ready() may not fire.