source: issm/trunk-jpl/src/m/io/loadmodel.js@ 19859

Last change on this file since 19859 was 19859, checked in by Eric.Larour, 9 years ago

NEW ( JAVASCRIPT): new file io

File size: 106 bytes
Line 
1function loadmodel(modelstring) {
2
3 var md=JSONfn.parse(decodeURI(modelstring));
4 md.fix();
5 return md;
6}
Note: See TracBrowser for help on using the repository browser.