File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5150
5150
) && acceptData ( elem )
5151
5151
) {
5152
5152
5153
- // Call a native DOM method on the target with the same name as the event.
5153
+ // Call a native DOM method on the target with the same name name as the event.
5154
5154
// Can't use an .isFunction() check here because IE6/7 fails that test.
5155
5155
// Don't do default actions on window, that's where global variables be (#6170)
5156
5156
if ( ontype && elem [ type ] && ! jQuery . isWindow ( elem ) ) {
Original file line number Diff line number Diff line change 6613
6613
* looks up the directive and decorates it with exception handling and proper parameters. We
6614
6614
* call this the boundDirective.
6615
6615
*
6616
- * @param {string} name of the directive to look up.
6616
+ * @param {string} name name of the directive to look up.
6617
6617
* @param {string} location The directive must be found in specific format.
6618
6618
* String containing any of theses characters:
6619
6619
*
You can’t perform that action at this time.
0 commit comments