diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-13 09:46:19 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-13 12:43:12 -0500 |
commit | 5046bb99aa27d186f39fdaab69c5942378082cb8 (patch) | |
tree | ef14b423209dc1939fa1e704fff2edb8c98f62a2 | |
parent | 3cccf080a37f401a47c6a4f2545b47639fbef693 (diff) | |
download | jquery-ui-5046bb99aa27d186f39fdaab69c5942378082cb8.tar.gz jquery-ui-5046bb99aa27d186f39fdaab69c5942378082cb8.zip |
Tests: Commented out getElementStyles() while its not used.
(cherry picked from commit 608341d20d9ed8078c115747576761829151ad04)
-rw-r--r-- | tests/unit/testsuite.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 4f1252b65..b36dcd446 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -204,7 +204,7 @@ window.domEqual = function( selector, modifier, message ) { "tabIndex", "title" ]; - +/* function getElementStyles( elem ) { var key, len, style = elem.ownerDocument.defaultView ? @@ -231,7 +231,7 @@ window.domEqual = function( selector, modifier, message ) { return styles; } - +*/ function extract( elem ) { if ( !elem || !elem.length ) { QUnit.push( false, actual, expected, |