We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5875649 commit 88b27cbCopy full SHA for 88b27cb
testbed/www/js.es6/index.js
@@ -182,7 +182,8 @@ function BranchDeepLink() {
182
$ipad_url: "http://www.example.com/ipad",
183
more_custom: "data",
184
even_more_custom: true,
185
- this_is_custom: 41231
+ this_is_custom: 41231,
186
+ this_is_date: Date.now()
187
};
188
189
// needs a universal object
testbed/www/js/index.js
@@ -184,7 +184,8 @@ function BranchDeepLink() {
190
191
0 commit comments