ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 23 May 2010 19:35:54 +0000 (15:35 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 23 May 2010 19:35:54 +0000 (15:35 -0400)
horde/js/prettyautocomplete.js

index 46ecd2a..c1db325 100644 (file)
@@ -207,7 +207,6 @@ var PrettyAutocompleter = Class.create({
         // ...and keep the selectedItems array up to date.
         this.selectedItems.push({ rawValue: value, displayValue: displayValue });
         this.p.onAdd(value);
-
     },
 
     removeItemNode: function(item)