This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ctd:slides:timematrix:02 [2018/12/13 18:08] admin |
ctd:slides:timematrix:02 [2019/06/15 23:02] (current) |
||
---|---|---|---|
Line 10: | Line 10: | ||
// comments[] 가 선언 되어 있으면 comment items list 를 등록 한다. | // comments[] 가 선언 되어 있으면 comment items list 를 등록 한다. | ||
try { // statements to try | try { // statements to try | ||
- | if(isAdmin) | + | comments[1] = items; // released |
- | comments[1] = items; | + | |
- | else | + | |
- | comments[1] = items; // released | + | |
} | } | ||
catch (e) { | catch (e) { |