Skip to content

Commit 7fc0cec

Browse files
committed
Position: Removed unused refenrece to $.fn.offset.
1 parent 923b5b6 commit 7fc0cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/jquery.ui.position.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ $.ui = $.ui || {};
1414
var horizontalPositions = /left|center|right/,
1515
verticalPositions = /top|center|bottom/,
1616
center = "center",
17-
_position = $.fn.position,
18-
_offset = $.fn.offset;
17+
_position = $.fn.position;
1918

2019
$.fn.position = function( options ) {
2120
if ( !options || !options.of ) {

0 commit comments

Comments
 (0)