Skip to content

Commit

Permalink
Remove unnecessary regex
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Aug 4, 2011
1 parent 8c2cb49 commit 700c16b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var rclass = /[\n\t\r]/g,
rfocusable = /^(?:button|input|object|select|textarea)$/i,
rclickable = /^a(?:rea)?$/i,
rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
rinvalidChar = /\:|^on/,
nodeHook, boolHook;

jQuery.fn.extend({
Expand Down

0 comments on commit 700c16b

Please sign in to comment.