Ticket #5127: 5127.patch

File 5127.patch, 468 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/dialog/plugin.js

     
    949949                 */
    950950                getContentElement : function( pageId, elementId )
    951951                {
    952                         return this._.contents[pageId][elementId];
     952                        var page = this._.contents[ pageId ];
     953                        return page && page[ elementId ];
    953954                },
    954955
    955956                /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy