From 02eec95e60b5eb808df66bcb4b43c48cd5f835cb Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Mon, 3 Dec 2012 06:17:55 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 0e0627e..3ddadf7 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -123,7 +123,7 @@ the bind method with these functions. ## Function.prototype.apply accepts typed array -The core code relies on the `Function.prototype.apply' method to accept the typed array as the second argument. +The core code relies on the `Function.prototype.apply` method to accept the typed array as the second argument. No emulation is provided in browsers that do not support it. ## navigator.language is present