Connecting The Dots

아빠의 우주연구

User Tools

Site Tools


ctd:slides:timematrix:01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
ctd:slides:timematrix:01 [2018/12/13 15:27]
admin
ctd:slides:timematrix:01 [2018/12/13 18:04]
admin
Line 14: Line 14:
 // comments[] 가 선언 되어 있으면 comment items list 를 등록 한다. // comments[] 가 선언 되어 있으면 comment items list 를 등록 한다.
 try { // statements to try try { // statements to try
-    comments[0] = items;+    ​if(isAdmin) 
 +        ​comments[0] = items; 
 +    else 
 +        comments[0] = undefined; ​ // not yet released ​
 } }
 catch (e) { catch (e) {
ctd/slides/timematrix/01.txt · Last modified: 2019/06/15 23:02 (external edit)