Roo/Editor.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 19 Jan 2011 07:26:05 +0000 (15:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 19 Jan 2011 07:26:05 +0000 (15:26 +0800)
Roo/Editor.js

index 3ac6b56..ecde6ce 100644 (file)
@@ -151,7 +151,8 @@ Roo.extend(Roo.Editor, Roo.Component, {
         }
     },
 
-    onSpecialKey : function(field, e){
+    onSpecialKey : function(field, e)
+    {
         //Roo.log('editor onSpecialKey');
         if(this.completeOnEnter && e.getKey() == e.ENTER){
             e.stopEvent();