Skip to content

Commit

Permalink
removing regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jboesch committed Apr 15, 2011
1 parent c4d0ccc commit 35d9425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ var ralpha = /alpha\([^)]*\)/i,
rnum = /^-?\d/, rnum = /^-?\d/,
rrelNum = /^[+\-]=/, rrelNum = /^[+\-]=/,
rrelNumFilter = /[^+\-\.\de]+/g, rrelNumFilter = /[^+\-\.\de]+/g,
rinputbutton = /input|button/i,


cssShow = { position: "absolute", visibility: "hidden", display: "block" }, cssShow = { position: "absolute", visibility: "hidden", display: "block" },
cssWidth = [ "Left", "Right" ], cssWidth = [ "Left", "Right" ],
Expand Down

0 comments on commit 35d9425

Please sign in to comment.