Skip to content

Commit

Permalink
remove redundant initial of hasOwnProperty part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
behnammodi committed Apr 1, 2021
1 parent b3411c0 commit 8404dcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import warnValidStyle from '../shared/warnValidStyle';
import escapeTextForBrowser from './escapeTextForBrowser';
import hyphenateStyleName from '../shared/hyphenateStyleName';
import invariant from 'shared/invariant';
import hasOwnProperty from 'shared/hasOwnProperty';
import sanitizeURL from '../shared/sanitizeURL';

const hasOwnProperty = Object.prototype.hasOwnProperty;
const isArray = Array.isArray;

// Per response, global state that is not contextual to the rendering subtree.
Expand Down

0 comments on commit 8404dcf

Please sign in to comment.