File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 * --------------------------------------------------
Original file line number Diff line number Diff 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 * --------------------------------------------------
You can’t perform that action at this time.
0 commit comments