Fixing Json escaping in shape tracing

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-04-07 11:53:05 -07:00
parent 05d66c171b
commit 6b7efb2b8f
3 changed files with 17 additions and 9 deletions

View File

@@ -40,6 +40,6 @@
Wrappers: Model.Metadata.Wrappers,
ChildContent: Model.Metadata.ChildContent,
ShapeId: Model.ShapeId,
Dump: Model.Dump
Dump: Model._Dump
));
}