Skip to content

Commit fa56ff8

Browse files
author
minjk-bl
committed
Add comment to PopupComponent
1 parent 34bc1d6 commit fa56ff8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/com/component/PopupComponent.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ define([
168168
* - selector : selector to distinguish codemirror tag (textarea)
169169
* ex) this.wrapSelector('.cm-tag')
170170
* - type : code / readonly / markdown
171+
* - events : list of event objects
172+
* ex) [{ key: 'change', callback: function() { ; } }]
171173
*/
172174
initCodemirror(cmObj) {
173175
let {key, selector, type, events} = cmObj;

0 commit comments

Comments
 (0)