]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Commented out getElementStyles() while its not used.
authorScott González <scott.gonzalez@gmail.com>
Tue, 13 Nov 2012 14:46:19 +0000 (09:46 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 13 Nov 2012 14:46:19 +0000 (09:46 -0500)
tests/unit/testsuite.js

index ab244608584b3525f3a88bddf66b2dfb3ce24674..18337fe4eae57b3c5ac941cf70d861047b07778d 100644 (file)
@@ -212,7 +212,7 @@ window.domEqual = function( selector, modifier, message ) {
                        "tabIndex",
                        "title"
                ];
-
+/*
        function getElementStyles( elem ) {
                var key, len,
                        style = elem.ownerDocument.defaultView ?
@@ -239,7 +239,7 @@ window.domEqual = function( selector, modifier, message ) {
 
                return styles;
        }
-
+*/
        function extract( elem ) {
                if ( !elem || !elem.length ) {
                        QUnit.push( false, actual, expected,