Position: Removed unused refenrece to $.fn.offset.

This commit is contained in:
Scott González 2011-03-21 14:00:26 -04:00
parent 923b5b67b9
commit 7fc0cec36f

View File

@ -14,8 +14,7 @@ $.ui = $.ui || {};
var horizontalPositions = /left|center|right/,
verticalPositions = /top|center|bottom/,
center = "center",
_position = $.fn.position,
_offset = $.fn.offset;
_position = $.fn.position;
$.fn.position = function( options ) {
if ( !options || !options.of ) {