There was an error while loading. Please reload this page.
1 parent 923b5b6 commit 7fc0cecCopy full SHA for 7fc0cec
ui/jquery.ui.position.js
@@ -14,8 +14,7 @@ $.ui = $.ui || {};
14
var horizontalPositions = /left|center|right/,
15
verticalPositions = /top|center|bottom/,
16
center = "center",
17
-_position = $.fn.position,
18
-_offset = $.fn.offset;
+_position = $.fn.position;
19
20
$.fn.position = function( options ) {
21
if ( !options || !options.of ) {
0 commit comments