Skip to content

Commit 700c16b

Browse files
committed
Remove unnecessary regex
1 parent 8c2cb49 commit 700c16b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var rclass = /[\n\t\r]/g,
77
rfocusable = /^(?:button|input|object|select|textarea)$/i,
88
rclickable = /^a(?:rea)?$/i,
99
rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
10-
rinvalidChar = /\:|^on/,
1110
nodeHook, boolHook;
1211

1312
jQuery.fn.extend({

0 commit comments

Comments
 (0)