Is this a knockout bug?
<h2>Debugging Variables</h2>
<div data-bind="text: ko.toJSON($root, null, 2)">
</div>
I get the following error when viewing my page in compatability mode:
Microsoft JScript runtime error: Unable to parse bindings. Message: [object Error]; Bindings value: text: ko.toJSON($root, null, 2)
Works fine when compatability mode is off.