Changes between Version 1 and Version 2 of Ticket #8288, comment 8


Ignore:
Timestamp:
Apr 18, 2013, 8:58:47 AM (11 years ago)
Author:
melker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8288, comment 8

    v1 v2  
    4242Seems like other have the same problem:
    4343http://stackoverflow.com/questions/10499623/cant-pass-a-function-from-one-window-to-another-in-ie?rq=1
     44
     45Their solution is to check:
     46{{{
     47if ( data && data.call ...
     48}}}
     49instead of
     50{{{
     51if ( typeof data == 'function' ...
     52}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy