mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-18 14:15:31 +01:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
export default {
|
|
testSaveLoad: function(env) {
|
|
|
|
|
|
env.done();
|
|
}
|
|
}
|