]> source.dussan.org Git - jquery-ui.git/commitdiff
(no commit message)
authorEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 17:48:10 +0000 (17:48 +0000)
committerEduardo Lundgren <eduardolundgren@gmail.com>
Sat, 31 May 2008 17:48:10 +0000 (17:48 +0000)
ui/tests/resizable.html
ui/tests/resizable.js

index d15eed20f351f4bf10bb45515d08434bb270e1e8..dad136621d363b2fb487d013447147f986c5ce33 100644 (file)
@@ -24,7 +24,8 @@
        }*/
        #main {
                position:absolute !important;
-               top: -1000px; left: -1000px;
+               top: -1000px !important;
+               left: -1000px !important;
        }
 </style>
 
index d56271b4fcc60975ae01345beea62583006c0ecc..bb361ad9efaa6fa352dd0c76abc42f8618a041c2 100644 (file)
@@ -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() {