r3618 committed - Position: added missing semicolon.

r3618 committed - Position: added missing semicolon.

Revision: 3618
Author: scott.gonzalez
Date: Tue Jan 5 20:25:28 2010
Log: Position: added missing semicolon.
http://code.google.com/p/jquery-ui/source/detail?r=3618
Modified:
/branches/dev/ui/jquery.ui.position.js
=======================================
--- /branches/dev/ui/jquery.ui.position.js    Wed Dec 30 20:44:55 2009
/branches/dev/ui/jquery.ui.position.js    Tue Jan 5 20:25:28 2010
@@ -211,7
211,7 @@
            }
;
        }
        return _offset.call
this
;
-    }
    };
}
}
jQuery
;
--