There was an error while loading. Please reload this page.
1 parent cfe4137 commit 0187fcaCopy full SHA for 0187fca
1 file changed
tests/qunit/unit/css.js
@@ -49,7 +49,7 @@ $(function() {
49
50
var container = new NodeContainer(node, null);
51
var item = container.css(prop),
52
- backgroundPosition = container.parseBackgroundPosition(NodeParser.prototype.parseBounds(container), img),
+ backgroundPosition = container.parseBackgroundPosition(getBounds(container), img),
53
split = (window.getComputedStyle) ? $(node).css(prop).split(" ") : [$(node).css(prop+"X"),$(node).css(prop+"Y")];
54
55
var testEl = $('<div />').css({
0 commit comments