We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca76390 commit f24dcabCopy full SHA for f24dcab
1 file changed
entries/jQuery.type.xml
@@ -26,7 +26,7 @@
26
<li>jQuery.type( 3 ) === "number"</li>
27
<li>jQuery.type( new Number(3) ) === "number"</li>
28
<li>jQuery.type( "test" ) === "string"</li>
29
- <li>jQuery.type( new String("test") ) === "string"<li>
+ <li>jQuery.type( new String("test") ) === "string"</li>
30
<li>jQuery.type( function(){} ) === "function"</li>
31
<li>jQuery.type( [] ) === "array"</li>
32
<li>jQuery.type( new Array() ) === "array"</li>
0 commit comments