updated more docs

This commit is contained in:
Eric Rowell 2012-07-23 00:00:22 -07:00
parent 3617d8ef5f
commit 3997d74317
3 changed files with 6 additions and 6 deletions

View File

@ -1755,8 +1755,8 @@ Kinetic.Node.addSetters(Kinetic.Node, ['rotationDeg']);
*/
/**
* set offset
* @name setOffset a node's offset defines the positition and rotation point
* set offset. A node's offset defines the positition and rotation point
* @name setOffset
* @methodOf Kinetic.Node.prototype
* @param {Number} x
* @param {Number} y
@ -2374,7 +2374,7 @@ Kinetic.Stage = Kinetic.Container.extend({
* @name toDataURL
* @methodOf Kinetic.Stage.prototype
* @param {Object} config
* @param {Function} callback since the stage toDataURL() method is asynchronous,
* @param {Function} config.callback since the stage toDataURL() method is asynchronous,
* the data url string will be passed into the callback
* @param {String} [config.mimeType] mime type. can be "image/png" or "image/jpeg".
* "image/png" is the default

View File

@ -1148,8 +1148,8 @@ Kinetic.Node.addSetters(Kinetic.Node, ['rotationDeg']);
*/
/**
* set offset
* @name setOffset a node's offset defines the positition and rotation point
* set offset. A node's offset defines the positition and rotation point
* @name setOffset
* @methodOf Kinetic.Node.prototype
* @param {Number} x
* @param {Number} y

View File

@ -287,7 +287,7 @@ Kinetic.Stage = Kinetic.Container.extend({
* @name toDataURL
* @methodOf Kinetic.Stage.prototype
* @param {Object} config
* @param {Function} callback since the stage toDataURL() method is asynchronous,
* @param {Function} config.callback since the stage toDataURL() method is asynchronous,
* the data url string will be passed into the callback
* @param {String} [config.mimeType] mime type. can be "image/png" or "image/jpeg".
* "image/png" is the default