Skip to content

Commit

Permalink
Position: Removed unused refenrece to $.fn.offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Mar 21, 2011
1 parent 923b5b6 commit 7fc0cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/jquery.ui.position.js
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 7fc0cec

Please sign in to comment.