Skip to content

Commit e955d0e

Browse files
committed
fix: formating
1 parent 1866f78 commit e955d0e

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

demo/index.html

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<title>Actions | CoCreateJS</title>
3+
<head>
4+
<title>Actions | CoCreateJS</title>
55

6-
<!-- CoCreate Favicon -->
7-
<link
8-
rel="icon"
9-
type="image/png"
10-
sizes="32x32"
11-
href="../assets/favicon.ico" />
12-
<link rel="manifest" href="/manifest.webmanifest" />
13-
</head>
14-
<body>
15-
<form>
16-
<button
17-
type="button"
18-
id="id-one"
19-
actions="timeout(12000), action(document; #id-two)">
20-
click
21-
</button>
22-
</form>
23-
<form>
24-
<button
25-
type="button"
26-
actions="timeout(1000), timeout(2000), timeout(5000)">
27-
click
28-
</button>
29-
</form>
6+
<!-- CoCreate Favicon -->
7+
<link
8+
rel="icon"
9+
type="image/png"
10+
sizes="32x32"
11+
href="../assets/favicon.ico" />
12+
<link rel="manifest" href="/manifest.webmanifest" />
13+
</head>
14+
<body>
15+
<form>
16+
<button
17+
type="button"
18+
id="id-one"
19+
actions="timeout(12000), action($document #id-two)">
20+
click
21+
</button>
22+
</form>
23+
<form>
24+
<button
25+
type="button"
26+
actions="timeout(1000), timeout(2000), timeout(5000)">
27+
click
28+
</button>
29+
</form>
3030

31-
<form>
32-
<input render-key="render.company" value="Paper Company" />
33-
<button
34-
id="id-two"
35-
type="button"
36-
actions="timeout(1000), action(document; #id-three)"
37-
hidden>
38-
click
39-
</button>
40-
</form>
31+
<form>
32+
<input render-key="render.company" value="Paper Company" />
33+
<button
34+
id="id-two"
35+
type="button"
36+
actions="timeout(1000), action($document #id-three)"
37+
hidden>
38+
click
39+
</button>
40+
</form>
4141

42-
<form>
43-
<input render-key="render.name" value="Micheal Scott" />
44-
<button
45-
id="id-three"
46-
type="button"
47-
actions="timeout(4000), renderKey"
48-
hidden>
49-
click
50-
</button>
51-
</form>
42+
<form>
43+
<input render-key="render.name" value="Micheal Scott" />
44+
<button
45+
id="id-three"
46+
type="button"
47+
actions="timeout(4000), renderKey"
48+
hidden>
49+
click
50+
</button>
51+
</form>
5252

53-
<!--<script src="../dist/CoCreate-actions.js" ></script>-->
54-
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
55-
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
56-
</body>
53+
<!--<script src="../dist/CoCreate-actions.js" ></script>-->
54+
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
55+
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
56+
</body>
5757
</html>

0 commit comments

Comments
 (0)