Fixing eslint-comments warnings

Reviewed By: yungsters

Differential Revision: D6678252

fbshipit-source-id: ee93b7ee52520b750ca11fcc625cccf3cd82d075
This commit is contained in:
Eli White
2018-01-08 16:54:56 -08:00
committed by Facebook Github Bot
parent a1a0a69546
commit 11a495cb32
19 changed files with 83 additions and 70 deletions

View File

@@ -11,8 +11,6 @@
* @nolint
*/
/* eslint-disable strict */
// WARNING: This is an optimized version that fails on hasOwnProperty checks
// and non objects. It's not spec-compliant. It's a perf optimization.
// This is only needed for iOS 8 and current Android JSC.