Skip to content

Commit 5d32df8

Browse files
gibson042AurelioDeRosa
authored andcommitted
jQuery.isFunction: Resolve ambiguity about what is being tested
Closes jquerygh-1079 Fixes jquerygh-1034
1 parent db4ca52 commit 5d32df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entries/jQuery.isFunction.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<title>jQuery.isFunction()</title>
44
<signature>
55
<added>1.2</added>
6-
<argument name="obj" type="PlainObject">
7-
<desc>Object to test whether or not it is a function.</desc>
6+
<argument name="value" type="Anything">
7+
<desc>The value to be tested.</desc>
88
</argument>
99
</signature>
10-
<desc>Determine if the argument passed is a JavaScript function object. </desc>
10+
<desc>Determines if its argument is callable as a function.</desc>
1111
<longdesc>
1212
<p><strong>Note:</strong> As of jQuery 1.3, functions provided by the browser like <code>alert()</code> and DOM element methods like <code>getAttribute()</code> are not guaranteed to be detected as functions in browsers such as Internet Explorer.</p>
1313
</longdesc>

0 commit comments

Comments
 (0)