imported the whole jquery-ui package, refreshed with 1.10.2
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / index.js
1 $(function() {
2
3 $( "#main" )
4         .addClass( "ui-widget" )
5         .find( "h1, h2" )
6                 .addClass( "ui-widget-header ui-corner-top" )
7                 .next()
8                         .addClass( "ui-widget-content ui-corner-bottom" );
9
10 });