Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed comment style according to guidelines
  • Loading branch information
thg2k committed Dec 30, 2014
commit 6768ac58a27ba933fdb61be1f9dba2fa96a0052d
3 changes: 2 additions & 1 deletion ui/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ $.widget.bridge = function( name, object ) {
}
});
} else {
// allow multiple hashes to be passed on init

// Allow multiple hashes to be passed on init
if ( args.length ) {
options = $.widget.extend.apply( null, [ options ].concat(args) );
}
Expand Down