590. File Comparison Report

Produced on Mon May 12 13:06:26 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

590.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\xhtmlxtras\jscripts acronym.js Thu Sep 20 08:59:18 2007 UTC
2 Mon May 12 13:06:26 2008 UTC

590.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 29

590.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

590.4 Active regular expressions

No regular expressions were active.

590.5 Comparison detail

1    /**    
2    * $Id: ed itor_plugi n_src.js 4 2 2006-08- 08 14:32:2 4Z spocke  $    
3    *    
4    * @author  Moxiecode  - based o n work by  Andrew Tet law    
5    * @copyri ght Copyri ght © 2004 -2007, Mox iecode Sys tems AB, A ll rights  reserved.    
6    */    
7      
8   function p reinit() {    
9       // Ini tialize    
10       tinyMC E.setWindo wArg('mce_ windowresi ze', false );    
11   }    
12      
13   function i nit() {    
14       tinyMC EPopup.res izeToInner Size();    
15       SXE.in itElementD ialog('acr onym');    
16       if (SX E.currentA ction == " update") {    
17           SX E.showRemo veButton() ;    
18       }    
19   }    
20      
21   function i nsertAcron ym() {    
22       SXE.in sertElemen t('acronym ');    
23       tinyMC EPopup.clo se();    
24   }    
25      
26   function r emoveAcron ym() {    
27       SXE.re moveElemen t('acronym ');    
28       tinyMC EPopup.clo se();    
29   }