File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ Diagram.ParseError = ParseError;
144144
145145Diagram . parse = function ( input ) {
146146 // TODO jison v0.4.17 changed their API slightly, so parser is no longer defined:
147+
147148 // Create the object to track state and deal with errors
148149 parser . yy = new Diagram ( ) ;
149150 parser . yy . parseError = function ( message , hash ) {
Original file line number Diff line number Diff line change 4848 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
4949 < script src ="../bower_components/jquery/jquery.min.js "> </ script >
5050
51- < script src ="../bower_components/underscore/underscore-min.js "> </ script >
51+ < script src ="../bower_components/bower-webfontloader/webfont.js " />
52+ < script src ="../bower_components/snap.svg/dist/snap.svg-min.js " />
53+ < script src ="../bower_components/underscore/underscore-min.js " />
54+ < script src ="../bower_components/js-sequence-diagrams/build/sequence-diagram-min.js " />
5255
5356 < script src ="../bower_components/raphael/raphael-min.js "> </ script >
54- < script src ="../bower_components/snap.svg/dist/snap.svg.js "> </ script >
55- < script src ="../bower_components/bower-webfontloader/webfont.js "> </ script >
56- <!--script src="../bower_components/raphael/raphael-min.js"></script-->
5757
5858 < script src ="../build/diagram-grammar.js "> </ script >
5959 < script src ="../src/theme.js "> </ script >
You can’t perform that action at this time.
0 commit comments