Menu: Coding standards

This commit is contained in:
Jörn Zaefferer 2012-05-21 16:36:33 +02:00
parent 9de4da9d10
commit f89971a2c3

View File

@ -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
);