Skip to content

Commit 608341d

Browse files
committed
Tests: Commented out getElementStyles() while its not used.
1 parent 248e632 commit 608341d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/testsuite.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ window.domEqual = function( selector, modifier, message ) {
212212
"tabIndex",
213213
"title"
214214
];
215-
215+
/*
216216
function getElementStyles( elem ) {
217217
var key, len,
218218
style = elem.ownerDocument.defaultView ?
@@ -239,7 +239,7 @@ window.domEqual = function( selector, modifier, message ) {
239239
240240
return styles;
241241
}
242-
242+
*/
243243
function extract( elem ) {
244244
if ( !elem || !elem.length ) {
245245
QUnit.push( false, actual, expected,

0 commit comments

Comments
 (0)