Skip to content

Commit 6768ac5

Browse files
committed
fixed comment style according to guidelines
1 parent a9829a5 commit 6768ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/widget.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ $.widget.bridge = function( name, object ) {
219219
}
220220
});
221221
} else {
222-
// allow multiple hashes to be passed on init
222+
223+
// Allow multiple hashes to be passed on init
223224
if ( args.length ) {
224225
options = $.widget.extend.apply( null, [ options ].concat(args) );
225226
}

0 commit comments

Comments
 (0)