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:
d1210a5
)
jquery event: fixed a typo in a comment.
author
Ariel Flesler
<aflesler@gmail.com>
Fri, 27 Jun 2008 14:17:28 +0000
(14:17 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Fri, 27 Jun 2008 14:17:28 +0000
(14:17 +0000)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
bcfd045
..
3870f43
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-1,6
+1,6
@@
/*
* A number of helper functions used for managing events.
- * Many of the ideas behind this code orignated from
+ * Many of the ideas behind this code originated from
* Dean Edwards' addEvent library.
*/
jQuery.event = {