mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 21:09:50 +02:00
9
test/usageTests/simple.js
Normal file
9
test/usageTests/simple.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Created by knut on 15-03-07.
|
||||
*/
|
||||
define('simple',function(){
|
||||
var simple = {
|
||||
data:'info'
|
||||
};
|
||||
return simple;
|
||||
});
|
Reference in New Issue
Block a user