Skip to content

jQuery.isFunction: capitalize S in JavaScript #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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