Skip to content

Commit afcf1f0

Browse files
committed
convert tab to 4 spaces
1 parent c8de6d9 commit afcf1f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/webapp/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<script type="text/javascript"
77
src="/s3dwr3sample/dwr/interface/userService.js"></script>
88
<script>
9-
function getUserByDwr() {
10-
userService.getUser({
11-
callback : getUserByDwrCallBack
12-
});
13-
}
9+
function getUserByDwr() {
10+
userService.getUser({
11+
callback : getUserByDwrCallBack
12+
});
13+
}
1414

15-
function getUserByDwrCallBack(data) {
16-
alert(dwr.util.toDescriptiveString(data, 3));
17-
}
15+
function getUserByDwrCallBack(data) {
16+
alert(dwr.util.toDescriptiveString(data, 3));
17+
}
1818
</script>
1919
</head>
2020
<body>

0 commit comments

Comments
 (0)