--- a/playground/index.html Thu Aug 08 08:30:48 2013 -0400
+++ b/playground/index.html Thu Aug 08 14:32:12 2013 +0200
@@ -131,12 +131,12 @@
<div id="context-div" class="span6">
<h3>New JSON-LD Context</h3>
<textarea id="context" class="compressed process span6"
- placeholder="Enter the new JSON-LD context to compact to here..." rows="10"></textarea>
+ placeholder="Enter the new JSON-LD context to compact to here..." rows="10">{}</textarea>
</div>
<div id="frame-div" class="span6">
<h3>JSON-LD Frame</h3>
<textarea id="frame" class="compressed process span6"
- placeholder="Enter your JSON-LD frame here..." rows="10"></textarea>
+ placeholder="Enter your JSON-LD frame here..." rows="10">{}</textarea>
</div>
</div>
</div>