[jquery-ui commit] r2705 - removed ui.mouse extension.

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 11, 2009, 3:04:08 PM6/11/09
to jquery...@googlegroups.com
Author: scottjehl
Date: Thu Jun 11 12:03:13 2009
New Revision: 2705

Modified:
branches/labs/selectmenu/ui.selectmenu.js

Log:
removed ui.mouse extension.

Modified: branches/labs/selectmenu/ui.selectmenu.js
==============================================================================
--- branches/labs/selectmenu/ui.selectmenu.js (original)
+++ branches/labs/selectmenu/ui.selectmenu.js Thu Jun 11 12:03:13 2009
@@ -10,11 +10,9 @@

(function($) {

-$.widget("ui.selectmenu", $.extend({}, $.ui.mouse, {
+$.widget("ui.selectmenu", {
_init: function() {
var self = this, o = this.options;
- var that = this;
- this._mouseInit();

//quick array of button and menu id's
this.ids = this._genId();
@@ -347,7 +345,7 @@
var availHeight = $(window).height();

}
-}));
+});

$.extend($.ui.selectmenu, {
getter: "value",

Reply all
Reply to author
Forward
0 new messages