we do not want gas factories
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / index.js
diff --git a/third-party/jquery-ui-1.10.2/tests/index.js b/third-party/jquery-ui-1.10.2/tests/index.js
deleted file mode 100644 (file)
index 26c0749..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-$(function() {
-
-$( "#main" )
-       .addClass( "ui-widget" )
-       .find( "h1, h2" )
-               .addClass( "ui-widget-header ui-corner-top" )
-               .next()
-                       .addClass( "ui-widget-content ui-corner-bottom" );
-
-});