Skip to content

Commit

Permalink
chore: added campaign docs to both branch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 8, 2016
1 parent 88b27cb commit 3002ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions www.es6/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Branch.prototype.createBranchUniversalObject = function(options) {
* | feature | String | The link feature |
* | alias | String | The link alias |
* | channel | String | The link channel |
* | campaign | String | The link campaign |
* | stage | String | The link stage |
* | duration | Int | The link duration |
* --------------------------------------------------
Expand Down Expand Up @@ -332,6 +333,7 @@ Branch.prototype.createBranchUniversalObject = function(options) {
* | feature | String | The link feature |
* | alias | String | The link alias |
* | channel | String | The link channel |
* | campaign | String | The link campaign |
* | stage | String | The link stage |
* | duration | Int | The link duration |
* --------------------------------------------------
Expand Down
6 changes: 2 additions & 4 deletions www/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ Branch.prototype.createBranchUniversalObject = function (options) {
* | feature | String | The link feature |
* | alias | String | The link alias |
* | channel | String | The link channel |
* | campaign | String | The campaign that |
* | | | the link belongs to |
* | campaign | String | The link campaign |
* | stage | String | The link stage |
* | duration | Int | The link duration |
* --------------------------------------------------
Expand Down Expand Up @@ -315,8 +314,7 @@ Branch.prototype.createBranchUniversalObject = function (options) {
* | feature | String | The link feature |
* | alias | String | The link alias |
* | channel | String | The link channel |
* | campaign | String | The campaign that |
* | | | the link belongs to |
* | campaign | String | The link campaign |
* | stage | String | The link stage |
* | duration | Int | The link duration |
* --------------------------------------------------
Expand Down

0 comments on commit 3002ea3

Please sign in to comment.