From 4b38a61bbec869c751bbf79f427addb748195389 Mon Sep 17 00:00:00 2001 From: Jack Wearden Date: Wed, 6 Aug 2014 15:56:51 +0100 Subject: [PATCH] Update JavaScript toJSON API documentation URL The previous link to MDN had rotted, this seems to be the closest correct URL. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a8b5db7d..87ef2f46 100644 --- a/index.html +++ b/index.html @@ -1660,7 +1660,7 @@ var spaces = new Backbone.Collection([], { collection. This can be used to serialize and persist the collection as a whole. The name of this method is a bit confusing, because it conforms to - JavaScript's JSON API. + JavaScript's JSON API.