Fix trailing arg.
This commit is contained in:
parent
77e310b906
commit
8691a826c0
|
@ -134,7 +134,7 @@
|
||||||
|
|
||||||
// release memory in IE
|
// release memory in IE
|
||||||
root = script = div = all = a = null;
|
root = script = div = all = a = null;
|
||||||
})( jQuery );
|
})();
|
||||||
|
|
||||||
jQuery.props = {
|
jQuery.props = {
|
||||||
"for": "htmlFor",
|
"for": "htmlFor",
|
||||||
|
|
Loading…
Reference in a new issue