mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Menu: Coding standards
This commit is contained in:
parent
9de4da9d10
commit
f89971a2c3
4
ui/jquery.ui.menu.js
vendored
4
ui/jquery.ui.menu.js
vendored
@ -395,8 +395,8 @@ $.widget( "ui.menu", {
|
||||
|
||||
var position = $.extend( {}, {
|
||||
of: this.active
|
||||
}, $.type(this.options.position) === "function" ?
|
||||
this.options.position(this.active) :
|
||||
}, $.type( this.options.position ) === "function" ?
|
||||
this.options.position( this.active ) :
|
||||
this.options.position
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user