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 09:46:19 -0500 |
commit | 608341d20d9ed8078c115747576761829151ad04 (patch) | |
tree | 7de82a9b862faae913a0f9f263256ef493f46fc3 | |
parent | 248e632f4d9c83647d8ebdee56c92111500e479e (diff) | |
download | jquery-ui-608341d20d9ed8078c115747576761829151ad04.tar.gz jquery-ui-608341d20d9ed8078c115747576761829151ad04.zip |
Tests: Commented out getElementStyles() while its not used.
-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 ab2446085..18337fe4e 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -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, |