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:
9f0c0cf
)
jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.
author
Ariel Flesler
<aflesler@gmail.com>
Thu, 8 May 2008 16:10:47 +0000
(16:10 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Thu, 8 May 2008 16:10:47 +0000
(16:10 +0000)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
603cdb9
..
a09bcb8
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-33,9
+33,6
@@
jQuery.event = {
// Store data in unique handler
handler.data = data;
-
- // Set the guid of unique handler to the same of original handler, so it can be removed
- handler.guid = fn.guid;
}
// Init the element's event structure