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:
130f3e6
)
Fixed typo.
author
John Resig
<jeresig@gmail.com>
Thu, 14 Sep 2006 22:28:25 +0000
(22:28 +0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 14 Sep 2006 22:28:25 +0000
(22:28 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
f7ebb8d
..
b094acf
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-2132,7
+2132,7
@@
jQuery.extend({
var c = this.events[event.type];
var args = [].slice.call( arguments, 1 );
- args.unshiftT( event );
+ args.unshift( event );
for ( var j in c ) {
if ( c[j].apply( this, args ) === false ) {