Changeset 2188
- Timestamp:
- 2008-07-07 12:27:27 (21 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/fckeditorapi.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/fckeditorapi.js
r2111 r2188 116 116 FCKAdobeAIR.FCKeditorAPI_Evaluate( oParentWindow, sScript ) ; 117 117 } 118 else if ( FCKBrowserInfo.IsSafari || FCKBrowserInfo.IsGecko19)118 else if ( FCKBrowserInfo.IsSafari ) 119 119 { 120 120 // oParentWindow.eval in Safari and Gran Paradiso executes in the calling window -
FCKeditor/trunk/_whatsnew.html
r2175 r2188 79 79 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed invalid HTML 80 80 in the Paste dialog.</li> 81 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed sporadic 82 "FCKeditorAPI is not defined" errors in Firefox 3.</li> 81 83 </ul> 82 84 <p>