Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f991e4e
authored
May 04, 2013
by
Tomas Alabes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added updated documentation for unbind functions
parent
be440bfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
raphael.core.js
+11
-11
raphael.js
+11
-11
No files found.
raphael.core.js
View file @
5f991e4e
...
...
@@ -2823,7 +2823,7 @@
**
* Removes event handler for click for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2842,7 +2842,7 @@
**
* Removes event handler for double click for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2861,7 +2861,7 @@
**
* Removes event handler for mousedown for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2880,7 +2880,7 @@
**
* Removes event handler for mousemove for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2899,7 +2899,7 @@
**
* Removes event handler for mouseout for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2918,7 +2918,7 @@
**
* Removes event handler for mouseover for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2937,7 +2937,7 @@
**
* Removes event handler for mouseup for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2956,7 +2956,7 @@
**
* Removes event handler for touchstart for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2975,7 +2975,7 @@
**
* Removes event handler for touchmove for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -2994,7 +2994,7 @@
**
* Removes event handler for touchend for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3013,7 +3013,7 @@
**
* Removes event handler for touchcancel for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
for
(
var
i
=
events
.
length
;
i
--
;)
{
...
...
raphael.js
View file @
5f991e4e
...
...
@@ -3203,7 +3203,7 @@
**
* Removes event handler for click for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3222,7 +3222,7 @@
**
* Removes event handler for double click for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3241,7 +3241,7 @@
**
* Removes event handler for mousedown for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3260,7 +3260,7 @@
**
* Removes event handler for mousemove for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3279,7 +3279,7 @@
**
* Removes event handler for mouseout for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3298,7 +3298,7 @@
**
* Removes event handler for mouseover for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3317,7 +3317,7 @@
**
* Removes event handler for mouseup for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3336,7 +3336,7 @@
**
* Removes event handler for touchstart for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3355,7 +3355,7 @@
**
* Removes event handler for touchmove for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3374,7 +3374,7 @@
**
* Removes event handler for touchend for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
...
...
@@ -3393,7 +3393,7 @@
**
* Removes event handler for touchcancel for the element.
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
\*/
for
(
var
i
=
events
.
length
;
i
--
;)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment