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}).
|
||||
* @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');
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue