We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b34372 commit 1adc385Copy full SHA for 1adc385
jquery-ui-timepicker-addon.js
@@ -152,8 +152,8 @@
152
153
/*
154
* 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
+ * @param {Object} settings object - the new settings to use as defaults (anonymous object)
+ * @return {Object} the manager object
157
*/
158
setDefaults: function(settings) {
159
extendRemove(this._defaults, settings || {});
0 commit comments