mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
}*/
|
||||
#main {
|
||||
position:absolute !important;
|
||||
top: -1000px; left: -1000px;
|
||||
top: -1000px !important;
|
||||
left: -1000px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
var num = function(i) {
|
||||
return parseInt(i, 10);
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
var drag = function(el, dx, dy, complete) {
|
||||
@@ -13,7 +9,7 @@ $(document).ready(function() {
|
||||
dx: dx||0, dy: dy||0, speed: 'sync', complete: complete
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
module("Simple Resize");
|
||||
|
||||
test("ui-resizable-e resize x", function() {
|
||||
|
||||
Reference in New Issue
Block a user