Skip to content

Commit

Permalink
fix: updated the way the testbed changes deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 8, 2016
1 parent 5875649 commit 88b27cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion testbed/www/js.es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ function BranchDeepLink() {
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
this_is_custom: 41231,
this_is_date: Date.now()
};

// needs a universal object
Expand Down
3 changes: 2 additions & 1 deletion testbed/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ function BranchDeepLink() {
$ipad_url: "http://www.example.com/ipad",
more_custom: "data",
even_more_custom: true,
this_is_custom: 41231
this_is_custom: 41231,
this_is_date: Date.now()
};

// needs a universal object
Expand Down

0 comments on commit 88b27cb

Please sign in to comment.