gagamel 5 년 전
부모
커밋
8b12a037e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/ux/plugins/gaga/gaga.se2.js

+ 1 - 1
src/main/webapp/ux/plugins/gaga/gaga.se2.js

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