Skip to content

Commit

Permalink
docs(shape): Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Dec 7, 2015
1 parent 6b9a26a commit f358307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class Shape {
* Set new option value.
*
* @param {String} path Path can be set with dot-notation
* @param {*} value
* @param {*} value Value that need to be written to the options object
* @returns {Shape}
*/
set(path, value) {
Expand Down Expand Up @@ -239,7 +239,7 @@ export default class Shape {
* Returns Object representation of the shape.
* This representation consists of all options fields.
*
* @returns {{name: String, options: {text: String, width: Number, height: Number, x: Number, y: Number, background: String, foreground: String}}}
* @returns {{name: String, options: {text: String, width: Number, height: Number, x: Number, y: Number, background: String, foreground: String, animation: Object}}}
*/
toObject() {
return {
Expand Down

0 comments on commit f358307

Please sign in to comment.