mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
Refactor code
This commit is contained in:
@@ -20,7 +20,7 @@ require([], function () {
|
||||
console.log(mermaid)
|
||||
mermaid.init()
|
||||
assert.equal(window.d3.selectAll('path')[0].length, 8,
|
||||
'drew 8 paths')
|
||||
'drew 8 paths')
|
||||
done()
|
||||
})
|
||||
})
|
||||
|
@@ -1,9 +0,0 @@
|
||||
/**
|
||||
* Created by knut on 15-03-07.
|
||||
*/
|
||||
// define('simple', function () {
|
||||
// var simple = {
|
||||
// data: 'info'
|
||||
// }
|
||||
// return simple
|
||||
// })
|
Reference in New Issue
Block a user