mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-27 19:06:16 +01:00
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
export default {
|
|
testSaveLoad: function(env) {
|
|
|
|
|
|
env.done();
|
|
}
|
|
}
|