Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Apr 9, 2019
1 parent 151a552 commit 4ff8638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/jui/js/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jQuery.extend = jQuery.fn.extend = function() {

// Prevent never-ending loop
// ADDED by Joomla: Prevent Object Prototype Polution, see https://github.com/jquery/jquery/pull/4333
if ( name === "__proto__" || target === copy ) {
if ( name === "__proto__" || target === copy ) {
continue;
}

Expand Down

0 comments on commit 4ff8638

Please sign in to comment.