오타 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7790 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-11-04 07:18:50 +00:00
parent 0a80f11235
commit fb99e57f53

View file

@ -23,7 +23,7 @@ function editorStart_xe(editor_seq, primary_key, content_key, editor_height, col
xe.registerApp(xeed);
// 자동 저장 사용
if (as=form.elements['_saved_doc_title']) {
if (as=$form[0].elements['_saved_doc_title']) {
//xeed.registerPlugin(new xe.XE_AutoSave(oIRTextarea, elAppContainer));
}