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

Update all locales copyright year (#2881)

* Update all locales copyright year

* Fix js-sequence-diagrams
This commit is contained in:
Garfield Lee
2019-04-12 17:01:05 +08:00
committed by Junyoung Choi
parent 7f55fc4b56
commit 0131bbbbed
24 changed files with 33 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ import consts from 'browser/lib/consts'
import Raphael from 'raphael'
import flowchart from 'flowchart'
import mermaidRender from './render/MermaidRender'
import SequenceDiagram from 'js-sequence-diagrams'
import SequenceDiagram from '@rokt33r/js-sequence-diagrams'
import Chart from 'chart.js'
import eventEmitter from 'browser/main/lib/eventEmitter'
import htmlTextHelper from 'browser/lib/htmlTextHelper'