Changes between Initial Version and Version 1 of Ticket #36
- Timestamp:
- Dec 23, 2006, 6:42:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36 – Description
initial v1 11 11 FCKTools.GetParentWindow = function( document ) 12 12 { 13 document.parentWindow ;14 13 return document.parentWindow ? document.parentWindow : document.defaultView ; 15 14 }