mirror of https://github.com/luileito/jsketch.git
Updated jsdoc config
This commit is contained in:
parent
2023f958d5
commit
adda3bbf7f
|
|
@ -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}).
|
* @param {object} [opts] - Configuration (default: {@link $.fn.sketchable.defaults}).
|
||||||
* @return {object} jQuery
|
* @return {object} jQuery
|
||||||
* @memberof $.fn.sketchable
|
* @memberof $.fn.sketchable
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
* Retrieve data associated to an existing Sketchable instance.
|
* Retrieve data associated to an existing Sketchable instance.
|
||||||
* @param {string} [property] - Top-level data property, e.g. "instance", "sketch", "options".
|
* @param {string} [property] - Top-level data property, e.g. "instance", "sketch", "options".
|
||||||
* @return {*}
|
* @return {*}
|
||||||
* @memberof Sketchable
|
* @memberof $.fn.sketchable
|
||||||
* @example
|
* @example
|
||||||
* // Read all the data associated to this instance.
|
* // Read all the data associated to this instance.
|
||||||
* var data = $('canvas').sketchable('data');
|
* var data = $('canvas').sketchable('data');
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
return this;
|
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}).
|
* @param {object} [opts] - Configuration (default: {@link Sketchable#defaults}).
|
||||||
* @return {Sketchable}
|
* @return {Sketchable}
|
||||||
* @memberof Sketchable
|
* @memberof Sketchable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue