From 53c793427e1d1980987a0e9dfa63361e3d82bdc8 Mon Sep 17 00:00:00 2001 From: Eric Lee Carraway Date: Tue, 7 Apr 2015 18:13:18 -0500 Subject: [PATCH] jQuery.isFunction: capitalize S in JavaScript Change this lone instance of 'Javascript' 'JavaScript' (capital S) occurs consistently throughout the rest of the documentation --- entries/jQuery.isFunction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/jQuery.isFunction.xml b/entries/jQuery.isFunction.xml index 2ceed224..689cdbf7 100644 --- a/entries/jQuery.isFunction.xml +++ b/entries/jQuery.isFunction.xml @@ -7,7 +7,7 @@ Object to test whether or not it is a function. - Determine if the argument passed is a Javascript function object. + Determine if the argument passed is a JavaScript function object.

Note: As of jQuery 1.3, functions provided by the browser like alert() and DOM element methods like getAttribute() are not guaranteed to be detected as functions in browsers such as Internet Explorer.