You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/jQuery.isFunction.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<desc>Object to test whether or not it is a function.</desc>
8
8
</argument>
9
9
</signature>
10
-
<desc>Determine if the argument passed is a Javascript function object. </desc>
10
+
<desc>Determine if the argument passed is a JavaScript function object. </desc>
11
11
<longdesc>
12
12
<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>
0 commit comments