]> source.dussan.org Git - jquery.git/commitdiff
removing regex 329/head
authorJordan Boesch <jboesch26@gmail.com>
Fri, 15 Apr 2011 14:53:37 +0000 (08:53 -0600)
committerJordan Boesch <jboesch26@gmail.com>
Fri, 15 Apr 2011 14:53:37 +0000 (08:53 -0600)
src/css.js

index c812c33f3c6b0d030f8b9c5f8973ce4dcbd866dd..c5c01ecace2308bd25f654817edcdc369629c7fe 100644 (file)
@@ -9,7 +9,6 @@ var ralpha = /alpha\([^)]*\)/i,
        rnum = /^-?\d/,
        rrelNum = /^[+\-]=/,
        rrelNumFilter = /[^+\-\.\de]+/g,
-       rinputbutton = /input|button/i,
 
        cssShow = { position: "absolute", visibility: "hidden", display: "block" },
        cssWidth = [ "Left", "Right" ],