-
Notifications
You must be signed in to change notification settings - Fork 9
Add more thorough tests for jQuery UI 1.12.1 & 1.13.2 #18
Conversation
@@ -1,5 +1,5 @@ | |||
/*! | |||
* jQuery UI CSS Framework @VERSION | |||
* jQuery UI CSS Framework 1.12.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the fixtures, I just took base/theme.css
from https://github.com/jquery/jquery-ui/blob/1.13.2/themes/base/theme.css and themes/smoothness.css
from a proper bundle from https://jqueryui.com/download/. The only change I had to make in that latter file is updating the URL after "To view and modify this theme, visit ..." since it's not stable.
I did the same for 1.12.1
.
|
||
theme = new ThemeRoller( baseThemeCss, vars ); | ||
} ); | ||
[ "1.12.1", "1.13.2" ].forEach( ( jQueryUiVersion ) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is the main file to review. I recommend reviewing with whitespace changes turned off due to the change in indentation.
No description provided.