Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entries/jQuery.isFunction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<desc>Object to test whether or not it is a function.</desc>
</argument>
</signature>
<desc>Determine if the argument passed is a Javascript function object. </desc>
<desc>Determine if the argument passed is a JavaScript function object. </desc>
<longdesc>
<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>
</longdesc>
Expand Down