Ticket #6513: 6513_2.patch

File 6513_2.patch, 616 bytes (added by Frederico Caldeira Knabben, 13 years ago)
  • _source/plugins/richcombo/plugin.js

     
    106106                                                return;
    107107                                        }
    108108
    109                                         if ( !_.committed )
    110                                         {
    111                                                 _.list.commit();
    112                                                 _.committed = 1;
    113                                         }
     109                                        !_.committed && this.commit();
    114110
    115111                                        var value = this.getValue();
    116112                                        if ( value )
     
    350346                commit : function()
    351347                {
    352348                        this._.list.commit();
     349                        this._.committed = 1;
    353350                },
    354351
    355352                setState : function( state )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy