Added updated documentation for unbind functions

This commit is contained in:
Tomas Alabes 2013-05-04 15:11:18 -03:00
parent be440bfee6
commit 5f991e4ecb
2 changed files with 22 additions and 22 deletions

View File

@ -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--;) {

View File

@ -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--;) {