Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 2a11e10

Browse files
Removed chnages form third party libraries.
1 parent a19f594 commit 2a11e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5150,7 +5150,7 @@
51505150
) && acceptData( elem )
51515151
) {
51525152

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.
51545154
// Can't use an .isFunction() check here because IE6/7 fails that test.
51555155
// Don't do default actions on window, that's where global variables be (#6170)
51565156
if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) {

setup/pub/angular/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6613,7 +6613,7 @@
66136613
* looks up the directive and decorates it with exception handling and proper parameters. We
66146614
* call this the boundDirective.
66156615
*
6616-
* @param {string} name of the directive to look up.
6616+
* @param {string} name name of the directive to look up.
66176617
* @param {string} location The directive must be found in specific format.
66186618
* String containing any of theses characters:
66196619
*

0 commit comments

Comments
 (0)