Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Mar 2012 03:23:31 +0000 (11:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Mar 2012 03:23:31 +0000 (11:23 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index b4b3ec6..5154213 100644 (file)
@@ -286,7 +286,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         if (ev.type == 'mouseup' && ev.target && ev.target.tagName == 'IMG') {
             // they have click on an image...
             // let's see if we can change the selection...
-            sel - ev;
+            sel = ev;
             
         }