source:
issm/trunk-jpl/src/m/io/loadmodel.js@
25092
Last change on this file since 25092 was 19859, checked in by , 9 years ago | |
---|---|
File size: 106 bytes |
Rev | Line | |
---|---|---|
[19859] | 1 | function 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.