|
|
@@ -56,7 +56,7 @@ var gagaSe2 = {
|
|
|
* @param editorId - 에디터 ID
|
|
|
*/
|
|
|
createSmartEditor : function(editorOptions, editorId) {
|
|
|
- editorOptions.elPlaceHolder =editorId;
|
|
|
+ editorOptions.elPlaceHolder = editorId;
|
|
|
nhn.husky.EZCreator.createInIFrame(editorOptions);
|
|
|
},
|
|
|
|