Skip to content

Commit

Permalink
Fix comment with obscene lexica
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed May 30, 2017
1 parent 45ecff5 commit 167cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inherit.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var noop = function() {},
needCheckProps = true,
testPropObj = { toString : '' };

for(var i in testPropObj) { // fucking ie hasn't toString, valueOf in for
for(var i in testPropObj) { // It's a pity ie hasn't toString, valueOf in for
testPropObj.hasOwnProperty(i) && (needCheckProps = false);
}

Expand Down

0 comments on commit 167cb77

Please sign in to comment.