Skip to content

Commit 34b91cd

Browse files
committed
new version
1 parent 7391f99 commit 34b91cd

File tree

94 files changed

+140
-28878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+140
-28878
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flowchart",
3-
"version": "1.2.10",
4-
"main": "./release/flowchart-1.2.10.min.js",
3+
"version": "1.2.11",
4+
"main": "./release/flowchart-1.2.11.min.js",
55
"dependencies": {},
66
"ignore": [
77
"src/",

example/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>flowchart.js · Playground</title>
66
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.2/raphael-min.js"></script>
7+
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
78
<script src="../bin/flowchart-latest.js"></script>
89
<script>
910

@@ -43,6 +44,10 @@
4344
}
4445
}
4546
});
47+
48+
$('[id^=sub1]').click(function(){
49+
alert('info here');
50+
});
4651
})();
4752

4853
};

0 commit comments

Comments
 (0)