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