gagamel il y a 5 ans
Parent
commit
8b12a037e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 	},