Issue 159 fixed. Editor auto resize crash button UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-15 02:28:42 +00:00
parent 037e02b7a0
commit 5e4bac58ac
2 changed files with 4 additions and 5 deletions

View file

@ -3192,7 +3192,6 @@ xe.XE_EditingAreaVerticalResizer = $.Class({
_assignHTMLObjects : function(oAppContainer){
oAppContainer = $.$(oAppContainer) || document;
this.oResizeGrip = $(".xpress_xeditor_editingArea_verticalResizer", oAppContainer).get(0);
},