Skip to content

Commit

Permalink
Remove some deprecated this.src and this.dest comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 6, 2015
1 parent cd0eb2a commit cb30406
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ Base.prototype._getGlobalStorage = function () {

/**
* Change the generator destination root directory.
* This path is used to find storage, when using `this.dest` and `this.src` and for
* multiple file actions (like `this.write` and `this.copy`)
* This path is used to find storage, when using a file system helper method (like
* `this.write` and `this.copy`)
* @param {String} rootPath new destination root path
* @return {String} destination root path
*/
Expand All @@ -647,8 +647,7 @@ Base.prototype.destinationRoot = function (rootPath) {

/**
* Change the generator source root directory.
* This path is used by `this.dest` and `this.src` and multiples file actions like
* (`this.read` and `this.copy`)
* This path is used by multiples file system methods like (`this.read` and `this.copy`)
* @param {String} rootPath new source root path
* @return {String} source root path
*/
Expand Down

0 comments on commit cb30406

Please sign in to comment.