From 8794a173f9c175df2343245e71ee9a137f5bc66a Mon Sep 17 00:00:00 2001 From: linclark Date: Thu, 27 Feb 2014 10:54:05 -0500 Subject: docs(core): update fromJson return values Dates are not returned, so remove Date from list of return values. Closes #3070 --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index bc2ecf94..68ae9295 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -986,7 +986,7 @@ function toJson(obj, pretty) { * Deserializes a JSON string. * * @param {string} json JSON string to deserialize. - * @returns {Object|Array|Date|string|number} Deserialized thingy. + * @returns {Object|Array|string|number} Deserialized thingy. */ function fromJson(json) { return isString(json) -- cgit v1.2.3