Skip to content
Permalink
Browse files
Remove unnecessary regex
  • Loading branch information
timmywil committed Aug 4, 2011
1 parent 8c2cb49 commit 700c16b
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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({

0 comments on commit 700c16b

Please sign in to comment.