This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 3887b6d fix JSON typedef
3887b6d is described below
commit 3887b6dc24835c533fff81f33b42247f35a2b200
Author: Alex Harui <[email protected]>
AuthorDate: Thu Feb 15 15:15:20 2018 -0800
fix JSON typedef
---
js/src/main/javascript/missing.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/src/main/javascript/missing.js
b/js/src/main/javascript/missing.js
index 77c7791..88b5631 100644
--- a/js/src/main/javascript/missing.js
+++ b/js/src/main/javascript/missing.js
@@ -119,14 +119,14 @@ function JSON() {}
/**
* @param {string} s The input.
- * @param {function=} opt_reviver Optional reviver.
+ * @param {(function(string, *) : *)=} opt_reviver
* @return {Object} The result.
*/
JSON.parse = function(s, opt_reviver) {}
/**
* @param {Object} obj The input.
- * @param {function=} opt_replacer Optional reviver.
+ * @param {(Array<string>|(function(string, *) : *)|null)=} opt_replacer
* @param {string|number=} opt_space Optional space.
* @return {string} The result.
*/
--
To stop receiving notification emails like this one, please contact
[email protected].