mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 04:12:53 +01:00
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
export default {
|
|
testSaveLoad: function(env) {
|
|
env.fail('implement me');
|
|
}
|
|
}
|