]> source.dussan.org Git - jquery-ui.git/commitdiff
Position: Removed unused refenrece to $.fn.offset. 163/head
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 Mar 2011 18:00:26 +0000 (14:00 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 Mar 2011 18:00:26 +0000 (14:00 -0400)
ui/jquery.ui.position.js

index 6f223b424732fe59ae6f3dd238c46380acb6c900..569aaf98d7f63bee600788fcdf99ca4ebde196df 100644 (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 ) {