From 72d6e5de0c05ac9a3570657c9ef14c3c35b1fd7c Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 3 Dec 2012 06:57:34 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 8711358..7fb0305 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -40,13 +40,13 @@ If the `Float32Array` native implementation exists and the `Float64Array` is abs ## Object.create() is present -The `Object.create` method will be added to the `Object` function if native implementation is absent. +The `Object.create` method will be added to the `Object` function if the native implementation is absent. ## Object.defineProperty() is present -The `Object.defineProperty` method will be added to the `Object` function if native implementation is absent. The `__defineGetter__` / `__defineSetter__` will be used instead. +The `Object.defineProperty` method will be added to the `Object` function if the native implementation is absent. The `__defineGetter__` / `__defineSetter__` will be used instead. ## Object.defineProperty() can be used with DOM objects