Changes between Version 1 and Version 2 of Ticket #8288, comment 8
- Timestamp:
- Apr 18, 2013, 8:58:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8288, comment 8
v1 v2 42 42 Seems like other have the same problem: 43 43 http://stackoverflow.com/questions/10499623/cant-pass-a-function-from-one-window-to-another-in-ie?rq=1 44 45 Their solution is to check: 46 {{{ 47 if ( data && data.call ... 48 }}} 49 instead of 50 {{{ 51 if ( typeof data == 'function' ... 52 }}}