Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
raphael
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nhn
raphael
Commits
5f991e4e
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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
raphael.core.js
raphael.core.js
+11
-11
raphael.js
raphael.js
+11
-11
No files found.
raphael.core.js
View file @
5f991e4e
...
@@ -2823,7 +2823,7 @@
...
@@ -2823,7 +2823,7 @@
**
**
* Removes event handler for click for the element.
* Removes event handler for click for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2842,7 +2842,7 @@
...
@@ -2842,7 +2842,7 @@
**
**
* Removes event handler for double click for the element.
* Removes event handler for double click for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2861,7 +2861,7 @@
...
@@ -2861,7 +2861,7 @@
**
**
* Removes event handler for mousedown for the element.
* Removes event handler for mousedown for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2880,7 +2880,7 @@
...
@@ -2880,7 +2880,7 @@
**
**
* Removes event handler for mousemove for the element.
* Removes event handler for mousemove for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2899,7 +2899,7 @@
...
@@ -2899,7 +2899,7 @@
**
**
* Removes event handler for mouseout for the element.
* Removes event handler for mouseout for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2918,7 +2918,7 @@
...
@@ -2918,7 +2918,7 @@
**
**
* Removes event handler for mouseover for the element.
* Removes event handler for mouseover for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2937,7 +2937,7 @@
...
@@ -2937,7 +2937,7 @@
**
**
* Removes event handler for mouseup for the element.
* Removes event handler for mouseup for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2956,7 +2956,7 @@
...
@@ -2956,7 +2956,7 @@
**
**
* Removes event handler for touchstart for the element.
* Removes event handler for touchstart for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2975,7 +2975,7 @@
...
@@ -2975,7 +2975,7 @@
**
**
* Removes event handler for touchmove for the element.
* Removes event handler for touchmove for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -2994,7 +2994,7 @@
...
@@ -2994,7 +2994,7 @@
**
**
* Removes event handler for touchend for the element.
* Removes event handler for touchend for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3013,7 +3013,7 @@
...
@@ -3013,7 +3013,7 @@
**
**
* Removes event handler for touchcancel for the element.
* Removes event handler for touchcancel for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
for
(
var
i
=
events
.
length
;
i
--
;)
{
for
(
var
i
=
events
.
length
;
i
--
;)
{
...
...
raphael.js
View file @
5f991e4e
...
@@ -3203,7 +3203,7 @@
...
@@ -3203,7 +3203,7 @@
**
**
* Removes event handler for click for the element.
* Removes event handler for click for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3222,7 +3222,7 @@
...
@@ -3222,7 +3222,7 @@
**
**
* Removes event handler for double click for the element.
* Removes event handler for double click for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3241,7 +3241,7 @@
...
@@ -3241,7 +3241,7 @@
**
**
* Removes event handler for mousedown for the element.
* Removes event handler for mousedown for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3260,7 +3260,7 @@
...
@@ -3260,7 +3260,7 @@
**
**
* Removes event handler for mousemove for the element.
* Removes event handler for mousemove for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3279,7 +3279,7 @@
...
@@ -3279,7 +3279,7 @@
**
**
* Removes event handler for mouseout for the element.
* Removes event handler for mouseout for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3298,7 +3298,7 @@
...
@@ -3298,7 +3298,7 @@
**
**
* Removes event handler for mouseover for the element.
* Removes event handler for mouseover for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3317,7 +3317,7 @@
...
@@ -3317,7 +3317,7 @@
**
**
* Removes event handler for mouseup for the element.
* Removes event handler for mouseup for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3336,7 +3336,7 @@
...
@@ -3336,7 +3336,7 @@
**
**
* Removes event handler for touchstart for the element.
* Removes event handler for touchstart for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3355,7 +3355,7 @@
...
@@ -3355,7 +3355,7 @@
**
**
* Removes event handler for touchmove for the element.
* Removes event handler for touchmove for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3374,7 +3374,7 @@
...
@@ -3374,7 +3374,7 @@
**
**
* Removes event handler for touchend for the element.
* Removes event handler for touchend for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
...
@@ -3393,7 +3393,7 @@
...
@@ -3393,7 +3393,7 @@
**
**
* Removes event handler for touchcancel for the element.
* Removes event handler for touchcancel for the element.
> Parameters
> Parameters
- handler (function) handler for the event
- handler (function)
#optional
handler for the event
= (object) @Element
= (object) @Element
\*/
\*/
for
(
var
i
=
events
.
length
;
i
--
;)
{
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