Skip to content

Commit 1adc385

Browse files
committed
Fix some jsdoc.
1 parent 4b34372 commit 1adc385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152

153153
/*
154154
* Override the default settings for all instances of the time picker.
155-
* @param settings object - the new settings to use as defaults (anonymous object)
156-
* @return the manager object
155+
* @param {Object} settings object - the new settings to use as defaults (anonymous object)
156+
* @return {Object} the manager object
157157
*/
158158
setDefaults: function(settings) {
159159
extendRemove(this._defaults, settings || {});

0 commit comments

Comments
 (0)