1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

fix: get js-sequence-diagrams from npm, not CDN

This commit is contained in:
sota1235
2016-12-29 17:38:37 +09:00
parent c4eb28d241
commit a757576920
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import CodeMirror from 'codemirror'
import consts from 'browser/lib/consts'
import Raphael from 'raphael'
import flowchart from 'flowchart'
import SequenceDiagram from 'sequence-diagram'
import SequenceDiagram from 'js-sequence-diagrams'
function decodeHTMLEntities (text) {
var entities = [