Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
스마트에디터 2.8.2.3 보안패치 #63
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun authored and chicpro committed Aug 17, 2016
1 parent e0d020c commit 51f4587
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 13,988 deletions.
7 changes: 3 additions & 4 deletions plugin/editor/smarteditor2/js/smarteditor2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* SmartEditor2 NAVER_Library:SE2.8.2.O12056
* Copyright NAVER Corp. Licensed under LGPL v2
* SmartEditor2 NAVER_Library:SE2.8.2.O4259f59 * Copyright NAVER Corp. Licensed under LGPL v2
* See license text at http://dev.naver.com/projects/smarteditor/wiki/LICENSE
*/
if(typeof window.nhn=='undefined'){window.nhn = {};}
Expand Down Expand Up @@ -4241,9 +4240,9 @@ nhn.husky.SE_EditingAreaManager = jindo.$Class({
return this.elEditingAreaContainer.offsetHeight;
}
});
var nSE2Version = "12056";
var nSE2Version = "4259f59";
nhn.husky.SE_EditingAreaManager.version = {
revision : "12056",
revision : "4259f59",
type : "open",
number : "2.8.2"
};
Expand Down

0 comments on commit 51f4587

Please sign in to comment.