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",
|
"tabIndex",
|
||||||
"title"
|
"title"
|
||||||
];
|
];
|
||||||
|
/*
|
||||||
function getElementStyles( elem ) {
|
function getElementStyles( elem ) {
|
||||||
var key, len,
|
var key, len,
|
||||||
style = elem.ownerDocument.defaultView ?
|
style = elem.ownerDocument.defaultView ?
|
||||||
@ -231,7 +231,7 @@ window.domEqual = function( selector, modifier, message ) {
|
|||||||
|
|
||||||
return styles;
|
return styles;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
function extract( elem ) {
|
function extract( elem ) {
|
||||||
if ( !elem || !elem.length ) {
|
if ( !elem || !elem.length ) {
|
||||||
QUnit.push( false, actual, expected,
|
QUnit.push( false, actual, expected,
|
||||||
|
Loading…
Reference in New Issue
Block a user