Fixed bug in playground.js that caused jQuery .ajax() call to fail.
--- a/contexts/event Thu Oct 27 23:59:30 2011 -0400
+++ b/contexts/event Fri Oct 28 00:32:15 2011 -0400
@@ -29,7 +29,7 @@
"@coerce":
{
"latitude": "xsd:decimal",
- "longitude": "xsd:decimal",
+ "longitude": "xsd:decimal"
}
}
}
--- a/playground/playground.js Thu Oct 27 23:59:30 2011 -0400
+++ b/playground/playground.js Fri Oct 28 00:32:15 2011 -0400
@@ -188,7 +188,7 @@
// treat param as a URL
$.ajax({
url: url,
- dataType: 'application/ld+json',
+ dataType: 'json',
success: function(data, textStatus, jqXHR)
{
callback(data);