From f89971a2c378a170f5eb1e9bd6317cf64b52d3e8 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Mon, 21 May 2012 16:36:33 +0200 Subject: Menu: Coding standards --- ui/jquery.ui.menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index b3f323cec..8de1eb47a 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -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 ); -- cgit v1.2.3