mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Commented out getElementStyles() while its not used.
(cherry picked from commit 608341d20d
)
This commit is contained in:
parent
3cccf080a3
commit
5046bb99aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user