Skip to content

Commit da9a30b

Browse files
committed
update
1 parent 0fa6f99 commit da9a30b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flowchart-latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// flowchart, v1.4.0
1+
// flowchart, v1.4.1
22
// Copyright (c)2015 Adriano Raiano (adrai).
33
// Distributed under MIT license
44
// http://adrai.github.io/flowchart.js

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ <h1>flowchart.js</h1>
2525
</a>
2626

2727
<ul>
28-
<li><a href="https://github.com/adrai/flowchart.js/raw/master/release/flowchart-latest.zip">ZIP File <strong>Download</strong></a></li>
29-
<li><a href="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.amd-latest.zip">ZIP File <strong>AMD version</strong></a></li>
28+
<li><a href="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.zip">ZIP File <strong>Download</strong></a></li>
29+
<li><a href="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.amd.zip">ZIP File <strong>AMD version</strong></a></li>
3030
<li><a href="https://github.com/adrai/flowchart.js">View On <strong>GitHub</strong></a></li>
3131
</ul>
3232
</header>
@@ -43,7 +43,7 @@ <h3>Demo 1. Try editing me below</h3>
4343
e=>end:>http://www.google.com
4444
op1=>operation: My Operation
4545
sub1=>subroutine: My Subroutine
46-
cond=>condition: Yes
46+
cond=>condition: Yes
4747
or No?:>http://www.google.com
4848
io=>inputoutput: catch something...
4949

@@ -80,7 +80,7 @@ <h3>Usage</h3>
8080
diagram.drawSVG('diagram');
8181

8282
// you can also try to pass options:
83-
83+
8484
diagram.drawSVG('diagram', {
8585
'x': 0,
8686
'y': 0,
@@ -132,7 +132,7 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
132132
op1=>operation: My Operation|past
133133
op2=>operation: Stuff|current
134134
sub1=>subroutine: My Subroutine|invalid
135-
cond=>condition: Yes
135+
cond=>condition: Yes
136136
or No?|approved:>http://www.google.com
137137
c2=>condition: Good idea|rejected
138138
io=>inputoutput: catch something...|future
@@ -172,7 +172,7 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
172172

173173
<script src="flowchart-latest.js"></script>
174174
<script src="svginnerhtml.min.js"></script>
175-
175+
176176
<script type="text/javascript">
177177

178178
function setup_editor(div, nr) {
@@ -229,12 +229,12 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
229229
editor.getSession().setAnnotations([annotation]);
230230
throw err;
231231
}
232-
}
232+
}
233233
}
234234

235235
$(document).ready(function() {
236236
// Example diagrams
237-
237+
238238
// Setup all the editors
239239
setup_editor($('#demo1'), 1);
240240

0 commit comments

Comments
 (0)