Updated jsdoc config

This commit is contained in:
Luis Leiva 2019-07-18 11:51:33 +03:00
parent 2023f958d5
commit adda3bbf7f
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
});
},
/**
* Change configuration of an existing jQuery Sketchable element.
* Get/Set user configuration of an existing jQuery Sketchable element.
* @param {object} [opts] - Configuration (default: {@link $.fn.sketchable.defaults}).
* @return {object} jQuery
* @memberof $.fn.sketchable
@ -98,7 +98,7 @@
* Retrieve data associated to an existing Sketchable instance.
* @param {string} [property] - Top-level data property, e.g. "instance", "sketch", "options".
* @return {*}
* @memberof Sketchable
* @memberof $.fn.sketchable
* @example
* // Read all the data associated to this instance.
* var data = $('canvas').sketchable('data');

View File

@ -102,7 +102,7 @@
return this;
},
/**
* Change configuration of an existing Sketchable instance.
* Get/Set user configuration of an existing Sketchable instance.
* @param {object} [opts] - Configuration (default: {@link Sketchable#defaults}).
* @return {Sketchable}
* @memberof Sketchable