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);
 	},