Skip to content

Commit 0187fca

Browse files
committed
Fix internal method name for spec
1 parent cfe4137 commit 0187fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/qunit/unit/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $(function() {
4949

5050
var container = new NodeContainer(node, null);
5151
var item = container.css(prop),
52-
backgroundPosition = container.parseBackgroundPosition(NodeParser.prototype.parseBounds(container), img),
52+
backgroundPosition = container.parseBackgroundPosition(getBounds(container), img),
5353
split = (window.getComputedStyle) ? $(node).css(prop).split(" ") : [$(node).css(prop+"X"),$(node).css(prop+"Y")];
5454

5555
var testEl = $('<div />').css({

0 commit comments

Comments
 (0)