426. File Comparison Report

Produced on Mon May 12 13:06:03 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.

426.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:03 2008 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\emotions\js emotions.js Thu Mar 27 13:53:24 2008 UTC

426.2 Comparison summary

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

426.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

426.4 Active regular expressions

No regular expressions were active.

426.5 Comparison detail

    1   tinyMCEPop up.require LangPack() ;
    2  
    3   var Emotio nsDialog =  {
    4       init :  function( ed) {
    5           ti nyMCEPopup .resizeToI nnerSize() ;
    6       },
    7  
    8       insert  : functio n(file, ti tle) {
    9           va r ed = tin yMCEPopup. editor, do m = ed.dom ;
    10  
    11           ti nyMCEPopup .execComma nd('mceIns ertContent ', false,  dom.create HTML('img' , {
    12                src : ti nyMCEPopup .getWindow Arg('plugi n_url') +  '/img/' +  file,
    13                alt : ed .getLang(t itle),
    14                title :  ed.getLang (title),
    15                border :  0
    16           }) );
    17  
    18           ti nyMCEPopup .close();
    19       }
    20   };
    21  
    22   tinyMCEPop up.onInit. add(Emotio nsDialog.i nit, Emoti onsDialog) ;