Created
May 3, 2016 15:28
-
-
Save Reedyseth/bf083f953151d2cec5632f00de643ae4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Replace jQuery UI constants @todo depreciated */ | |
if ( sAttr == "H" ) | |
{ | |
sAttr = classes.sJUIHeader; | |
} | |
else if ( sAttr == "F" ) | |
{ | |
sAttr = classes.sJUIFooter; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment