Skip to content

Commit 3002ea3

Browse files
committed
chore: added campaign docs to both branch.js
1 parent 88b27cb commit 3002ea3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

www.es6/branch.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ Branch.prototype.createBranchUniversalObject = function(options) {
292292
* | feature | String | The link feature |
293293
* | alias | String | The link alias |
294294
* | channel | String | The link channel |
295+
* | campaign | String | The link campaign |
295296
* | stage | String | The link stage |
296297
* | duration | Int | The link duration |
297298
* --------------------------------------------------
@@ -332,6 +333,7 @@ Branch.prototype.createBranchUniversalObject = function(options) {
332333
* | feature | String | The link feature |
333334
* | alias | String | The link alias |
334335
* | channel | String | The link channel |
336+
* | campaign | String | The link campaign |
335337
* | stage | String | The link stage |
336338
* | duration | Int | The link duration |
337339
* --------------------------------------------------

www/branch.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ Branch.prototype.createBranchUniversalObject = function (options) {
274274
* | feature | String | The link feature |
275275
* | alias | String | The link alias |
276276
* | channel | String | The link channel |
277-
* | campaign | String | The campaign that |
278-
* | | | the link belongs to |
277+
* | campaign | String | The link campaign |
279278
* | stage | String | The link stage |
280279
* | duration | Int | The link duration |
281280
* --------------------------------------------------
@@ -315,8 +314,7 @@ Branch.prototype.createBranchUniversalObject = function (options) {
315314
* | feature | String | The link feature |
316315
* | alias | String | The link alias |
317316
* | channel | String | The link channel |
318-
* | campaign | String | The campaign that |
319-
* | | | the link belongs to |
317+
* | campaign | String | The link campaign |
320318
* | stage | String | The link stage |
321319
* | duration | Int | The link duration |
322320
* --------------------------------------------------

0 commit comments

Comments
 (0)